standard.C.casts

standard.C.casts is available since version 1.0.
Import library : standard.C.casts
(you must include this at the top of your source: "import standard.C.casts" (no quotes)

Description:

Provides C-style casts for concept static numbers. Concept static numbers are always stored on 80 bits (C double type). This library provides conversion to various representations of integer or float.

Methods

Gets the floating point (float C type) of a static number (double C type)
Gets the 16 bits signed integer value of a number
Gets the 32 bits signed integer value of a number
Gets the 64 bits signed integer value of a number
Gets the 8 bits signed integer value of a number
Gets the 16 bits unsigned integer value of a number
Gets the 32 bits unsigned integer value of a number
Gets the 64 bits unsigned integer value of a number
Gets the 8 bits unsigned integer value of a number