InqvineMeasurementIntExtensions extension

on

Properties

getFeetFromInches double
Converts a given number of inches to feet, returns feet as a double
no setter
getFeetInchFromFeetDecimalAsString String
Converts a given number of inches to feet and inches, returns the number as a string formated as "feet ' inches"
no setter
getHeightFullAsString String
Converts a given number of inches to feet and inches, and meters, returns the number as a string formated as "feet'inches meters"
no setter
getInchesFromFeet int
Converts a given number of feet to inches
no setter
getMetersFromFeet double
Converts a given whole number of feet to meters, returns meters as a double
no setter
getMetersFromInches double
Converts a given number of inches to meters, returns meters as a double
no setter
getMetersFromInchesAsString String
Converts a given number of inches to meters, returns meters as a string to 2 decimal places
no setter
getRemainderInchesFromInches int
Converts a given number of inches to feet, returns the remaining inches
no setter
getTruncateFeetFromInches int
Converts a given number of inches to feet, returns the whole number of feet
no setter