OutputVar := MfParams.F(value)
Creates a new MfFloat object containing value
value
The var with the new MfFloat value.
Returns an MfFloat instance containing value
Throws MfArgumentException if value is object but not a valid instance of MfFloat.
Throws MfException with inner exception if unable to create new instance of MfFloat.
Static Method.
If value argument is instance of MfFloat then that creates and returns a new MfFloat containing the same value.
This method is a static primitive generator.
fObj := MfParams.F(10.9)
MsgBox % fObj.Value ; Displays 10.9