UnitSet.splitFeetInches


splitFeetInches(val, feet, inches)

Separates the given numeric value into feet and inches. Note that the current model units determine whether the input value is assumed to be given in feet or inches. (e.g. 15.125 feet -> 15'1.5") (e.g. 15.125 inches -> 1'3.125")

valdoubleThe input value
feetdouble The value in feet
inchesdouble The value in inches
Return valuebooleanfalse if the operation was successful. The function will return true if the current unit set is in neither feet nor inches

Back to UnitSet

Back to Overview