Gets a delegate that converts a double-precision floating-point number
to the current number type.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Func<double, T> FromDouble { get; }
Public Shared ReadOnly Property FromDouble As Func(Of Double, T)
Get
public:
static property Func<double, T>^ FromDouble {
Func<double, T>^ get ();
}
static member FromDouble : Func<float, 'T> with get
Property Value
Type:
FuncDouble,
T
Reference