Operations<T>.From Double Method
Converts an integer to an instance of the operand type.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static T FromDouble(
double operand
)
Parameters
- operand Double
Return Value
TRemarks
Loss of information may occur.