Click or drag to resize

SpeedDivide Method

Divides an instance of Speed by a double-precision value.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
public static Speed Divide(
	Speed left,
	double right
)

Parameters

left  Speed
The Speed to divide.
right  Double
The value to divide the Speed by.

Return Value

Speed
A new Speed instance equal in value to the Speed instance divided by the value.
See Also