TNumber.Trunc Method

Returns the integer part of this value.

Definition

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

Return Value

TNumber
The integer part of the value.

Exceptions

GeneralExceptionThrown unless obj is of scalar type.

See Also