InqvineMeasurementIntExtensions extension

on

Properties

getFeetFromInches double

Available on int, provided by the InqvineMeasurementIntExtensions extension

Converts a given number of inches to feet, returns feet as a double
no setter
getFeetInchFromFeetDecimalAsString String

Available on int, provided by the InqvineMeasurementIntExtensions extension

Converts a given number of inches to feet and inches, returns the number as a string formated as "feet ' inches"
no setter
getHeightFullAsString String

Available on int, provided by the InqvineMeasurementIntExtensions extension

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

Available on int, provided by the InqvineMeasurementIntExtensions extension

Converts a given number of feet to inches
no setter
getMetersFromFeet double

Available on int, provided by the InqvineMeasurementIntExtensions extension

Converts a given whole number of feet to meters, returns meters as a double
no setter
getMetersFromInches double

Available on int, provided by the InqvineMeasurementIntExtensions extension

Converts a given number of inches to meters, returns meters as a double
no setter
getMetersFromInchesAsString String

Available on int, provided by the InqvineMeasurementIntExtensions extension

Converts a given number of inches to meters, returns meters as a string to 2 decimal places
no setter
getRemainderInchesFromInches int

Available on int, provided by the InqvineMeasurementIntExtensions extension

Converts a given number of inches to feet, returns the remaining inches
no setter
getTruncateFeetFromInches int

Available on int, provided by the InqvineMeasurementIntExtensions extension

Converts a given number of inches to feet, returns the whole number of feet
no setter