Operations<T>.From Int 32 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.4
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
public static T FromInt32(
int operand
)
Parameters
- operand Int32
Return Value
TRemarks
Loss of information may occur.