Concept Framework 1.0 documentation Contents | Index

standard.C.casts

Static library name Version Deprecated
standard.C.casts version 1.0 no

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.


Contained static functions:
float Gets the floating point (float C type) of a static number (double C type)
int16 Gets the 16 bits signed integer value of a number
int32 Gets the 32 bits signed integer value of a number
int64 Gets the 64 bits signed integer value of a number
int8 Gets the 8 bits signed integer value of a number
uint16 Gets the 16 bits unsigned integer value of a number
uint32 Gets the 32 bits unsigned integer value of a number
uint64 Gets the 64 bits unsigned integer value of a number
uint8 Gets the 8 bits unsigned integer value of a number




Documented by Simona Gabriela Plesuvu, generation time: Thu Oct 15 20:02:02 2009 GMT(c)2009 RadGs Software