Searched refs:heightInInches (Results 1 – 1 of 1) sorted by relevance
82 val heightInInches = in formatHeight() constant84 val feet = heightInInches / FEET_IN_INCHES in formatHeight()85 val inches = heightInInches % FEET_IN_INCHES in formatHeight()