FractionValue Property
Gets the result value of dividing the numerator by the denominator. (e.g. 1/2 = 0.5)
Namespace: DevCase.Core.Math.CommonAssembly: 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 Fraction
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