AmountLessThanOrEqual Operator
Compares two
Amount of compatible units.
Namespace: DevCase.Core.Math.ScienceAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool operator <=(
Amount first,
Amount second
)
Public Shared Operator <= (
first As Amount,
second As Amount
) As Boolean
Dim first As Amount
Dim second As Amount
Dim returnValue As Boolean
returnValue = (first <= second)
public:
static bool operator <=(
Amount^ first,
Amount^ second
)
static let inline (<=)
first : Amount *
second : Amount : bool
No code example is currently available or this language may not be supported.
- first Amount
-
The first Amount.
- second Amount
-
The second Amount.
Boolean
The result of the operator.