Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 433 Bytes

cast-to-fixed-point.md

File metadata and controls

28 lines (16 loc) · 433 Bytes

cast to-fixed-point

NAME

cast-to-fixed-point - Convert an integer into a fixed point number.

SYNOPSIS

cast to-fixed-point [options] decimals value

DESCRIPTION

Convert an integer into a fixed point number.

OPTIONS

{{#include common-options.md}}

EXAMPLES

  1. Convert 250 to a fixed point number with 2 decimals:
    cast to-fixed-point 2 250

SEE ALSO

cast