555 B
555 B
title, subtitle, excerpt, layout
title | subtitle | excerpt | layout |
---|---|---|---|
units::toInches | Function in std::units | Convert a number to inches from its current units. | manual |
Convert a number to inches from its current units.
Arguments
Name | Type | Description | Required |
---|---|---|---|
num |
number(Length) |
A number. | Yes |
Returns
number(in)
- A number.
Function signature
units::toInches(@num: number(Length)): number(in)