IReal Operations<T>.From Double Method
Converts a Double value to the operand type.
Definition
Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The representation of x in the operand type.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
T FromDouble(
double x
)
Parameters
Return Value
TThe representation of x in the operand type.