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