Click or drag to resize

SpeedLessThanOrEqual(Speed, Speed) Operator

Compares two values to determine which is less or equal.

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

Parameters

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

Return Value

Boolean
if left is less than or equal to right; otherwise, .

Implements

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