IRealOperations<T>.FromDouble Method

Converts a Double value to the operand type.

Definition

Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
T FromDouble(
	double x
)

Parameters

x  Double
A Double value.

Return Value

T
The representation of x in the operand type.

See Also