IOperations<T>.From Int 32 Method
Converts an integer to an instance of the operand type.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
T FromInt32(
int value
)
Parameters
- value Int32
Return Value
TRemarks
Loss of information may occur.