Amount Conversion (Amount to NullableDouble)
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 explicit operator double? (
Amount amount
)
Public Shared Narrowing Operator CType (
amount As Amount
) As Double?
Dim input As Amount
Dim output As Double?
output = CType(input, Double?)
static explicit operator Nullable<double> (
Amount^ amount
)
F# does not support the declaration of new casting operators.
No code example is currently available or this language may not be supported.
- amount Amount
-
The amount.
NullableDouble
The result of the conversion.