IRingOperations<T>.FromInt32 Method

Converts an integer to the operand type.

Definition

Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
T FromInt32(
	int value
)

Parameters

value  Int32
An integer.

Return Value

T
The equivalent of value of type T.

See Also