Operations<T>.FromInt32 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 FromInt32(
	int operand
)

Parameters

operand  Int32
 

Return Value

T

Remarks

Loss of information may occur.

See Also