VolumeLessThanOrEqual(Double, Volume) Operator

Compares an instance of Volume to an instance of Double for different values.

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
public static bool operator <=(
	double left,
	Volume right
)

Parameters

left  Double
The Double to compare.
right  Volume
The Volume to compare.

Return Value

Boolean
true if the first instance is lesser in value or equal to the second instance.

See Also