AmountDivision(Amount, Double) Operator
Divides an
Amount by a
Double value.
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 Amount operator /(
Amount first,
double second
)
Public Shared Operator / (
first As Amount,
second As Double
) As Amount
Dim first As Amount
Dim second As Double
Dim returnValue As Amount
returnValue = (first / second)
public:
static Amount^ operator /(
Amount^ first,
double second
)
static let inline (/)
first : Amount *
second : float : Amount
No code example is currently available or this language may not be supported.
- first Amount
-
The Amount value.
- second Double
-
The Double value.
Amount
The result of the operator.