Operations<T>.FromDouble 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.0
C#
public static T FromDouble(
	double operand
)

Parameters

operand  Double
 

Return Value

T

Remarks

Loss of information may occur.

See Also