Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 419 Bytes

cast-from-fixed-point.md

File metadata and controls

28 lines (16 loc) · 419 Bytes

cast from-fixed-point

NAME

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

SYNOPSIS

cast from-fixed-point [options] decimals value

DESCRIPTION

Convert a fixed point number into an integer.

OPTIONS

{{#include common-options.md}}

EXAMPLES

  1. Convert 10.55 to an integer:
    cast from-fixed-point 2 10.55

SEE ALSO

cast