AmountValue Property
Gets the value of this amount.
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 double Value { get; }
Public ReadOnly Property Value As Double
Get
Dim instance As Amount
Dim value As Double
value = instance.Value
public:
property double Value {
double get ();
}
member Value : float with get
No code example is currently available or this language may not be supported.
Property Value
Double
The value of this amount.