per
Creates a velocity measure by dividing this one by a time period measure.
Meters.of(1).per(Second) // Measure<Velocity<Distance>>
Content copied to clipboard
Return
the velocity result
Parameters
period
the time period to divide by.
Creates a relational measure equivalent to this one per some other unit.
Volts.of(1.05).per(Meter) // V/m, potential PID constant
Content copied to clipboard
Return
the relational measure
Parameters
denominator
the denominator unit being divided by
Creates a velocity measure equivalent to this one per a unit of time.
Radians.of(3.14).per(Second) // Velocity<Angle> equivalent to RadiansPerSecond.of(3.14)
Content copied to clipboard
Return
the velocity measure
Parameters
time
the unit of time