SpeedDivide Method
Divides an instance of
Speed by a double-precision value.
Namespace: InnerDrive.QuantitativeAssembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
public static Speed Divide(
Speed left,
double right
)
- left Speed
- The Speed to divide.
- right Double
- The value to divide the Speed by.
SpeedA new
Speed instance equal in value to the
Speed
instance divided by the value.