TNumber.ToInt32 Method

Converts the numeric value to Int32 by calling first ToDouble() and then ToInt32(Double).

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public int ToInt32()

Return Value

Int32
The resulting integer value.

See Also