mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[docs] Add wpiunits to JavaDocs (#5793)
Co-authored-by: Sam Carlberg <sam.carlberg@gmail.com>
This commit is contained in:
@@ -29,6 +29,7 @@ public final class UnitBuilder<U extends Unit<U>> {
|
||||
* (base value - offset).
|
||||
*
|
||||
* @param offset the offset
|
||||
* @return this builder
|
||||
*/
|
||||
public UnitBuilder<U> offset(double offset) {
|
||||
m_toBase = derivedValue -> derivedValue + offset;
|
||||
|
||||
Reference in New Issue
Block a user