Operations<T>.From Double Property
Gets a delegate that converts a double-precision floating-point number
to the current number type.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static Func<double, T> FromDouble { get; }