ToInteger()

Namespace ›› System ›› MfFloat ›› Methods ››
Parent Previous Next

ToInteger()

OutputVar := MfFloat.ToInteger()

MfFloat.ToInteger(flt)

Converts the value of the specified MfFloat to the equivalent MfInteger

Parameters

flt

The MfFloat object or var containing Float value

Returns

Returns a MfInteger equivalent to the value of MfFloat

Throws

Throws MfInvalidOperationException if not called as a static method.
Throws MfArgumentNullException if flt is Null.
Throws MfArgumentException if flt is not a value that can be converted.

Remarks

Static Method
The returned MfInteger has its MfInteger.ReturnAsObject property set to false.