CATEGORY_WEIGHT_AND_MASS
CATEGORY_WEIGHT_AND_MASS = 'Weight and Mass'
$conversionUnits : array
Details of the Units of measure that can be used in CONVERTUOM().
$conversionMultipliers : array
Details of the Multiplier prefixes that can be used with Units of Measure in CONVERTUOM().
$binaryConversionMultipliers : array
Details of the Multiplier prefixes that can be used with Units of Measure in CONVERTUOM().
$unitConversions : array
Details of the Units of measure conversion factors, organised by group.
getConversionCategoryUnits(string $category = null) : array
getConversionGroupUnits Returns an array of units of measure, for a specified conversion group, or for all groups.
string | $category | The group whose units of measure you want to retrieve |
CONVERT(float|int $value, string $fromUOM, string $toUOM) : float|string
CONVERT.
Converts a number from one measurement system to another. For example, CONVERT can translate a table of distances in miles to a table of distances in kilometers.
Excel Function: CONVERT(value,fromUOM,toUOM)
float|int | $value | the value in fromUOM to convert |
string | $fromUOM | the units for value |
string | $toUOM | the units for the result |