TemperatureLessThanOrEqual(Double, Temperature) Operator
Namespace: InnerDrive.QuantitativeAssembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
public static bool operator <=(
double left,
Temperature right
)
- left Double
- The Double to compare.
- right Temperature
- The Temperature to compare.
Booleantrue if the first instance is lesser in value or equal to
the second instance.