IRing Operations<T>.From Int 32 Method
Converts an integer to the operand type.
Definition
Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The equivalent of value of type T.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
T FromInt32(
int value
)
Parameters
- value Int32
- An integer.
Return Value
TThe equivalent of value of type T.