Mono Class Library: System.Decimal Overview | Members

System.Decimal LessThanOrEqual Operator

Determines whether one decimal value is less than or equal to another decimal value.

public static bool operator<= (decimal d1, decimal d2)

Parameters

d1
The first decimal to compare.
d2
The second decimal to compare.

Returns

true if decimal.Compare(decimal, decimal) (d1, d2) returns a value that is less than or equal to zero; otherwise false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0