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")
val | double | The input value |
feet | double | The value in feet |
inches | double | The value in inches |
Return value | boolean | false 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