mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
[docs] Add wpiunits to JavaDocs (#5793)
Co-authored-by: Sam Carlberg <sam.carlberg@gmail.com>
This commit is contained in:
@@ -221,6 +221,7 @@ public final class MutableMeasure<U extends Unit<U>> implements Measure<U> {
|
||||
* having to wrap raw numbers in a {@code Measure} object and pay for an object allocation.
|
||||
*
|
||||
* @param magnitude the magnitude of the other measurement.
|
||||
* @param unit the unit of the other measurement
|
||||
* @return this measure
|
||||
*/
|
||||
public MutableMeasure<U> mut_minus(double magnitude, U unit) {
|
||||
|
||||
Reference in New Issue
Block a user