OutputVar := MfFloat.ToInteger()
Converts the value of the specified MfFloat to the equivalent MfInteger
flt
The MfFloat object or var containing Float value
Returns a MfInteger equivalent to the value of MfFloat
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.
Static Method
The returned MfInteger has its MfInteger.ReturnAsObject property set to false.