Click or drag to resize

SpeedGreaterThan(Speed, Double) Operator

Compares two values to determine which is greater.

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

Parameters

left  Speed
The value to compare with right.
right  Double
The value to compare with left.

Return Value

Boolean
if left is greater than right; otherwise, .

Implements

IComparisonOperatorsTSelf, TOther, TResultGreaterThan(TSelf, TOther)
See Also