IRealOperations<T>.FromDouble 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#
T FromDouble(
	double x
)

Parameters

x  Double
A Double value.

Return Value

T
The representation of x in the operand type.

See Also