VolumeGreaterThanOrEqual(Double, Volume) Operator
Compares an instance of
Volume to an instance of
Double for different values.
Namespace: InnerDrive.QuantitativeAssembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
public static bool operator >=(
double left,
Volume right
)
- left Double
- The Double to compare.
- right Volume
- The Volume to compare.
Booleantrue if the first instance is greater in value or equal to the second instance.