IDecFloat16
L’interface IDecFloat16
permet de travailler avec le type de données DECFLOAT(16)
.
-
toBcd
void toBcd(const FB_DEC16* from, int* sign, unsigned char* bcd, int* exp)
Convertit une valeur décimale à virgule flottante en BCD.
-
toString
void toString(StatusType* status, const FB_DEC16* from, unsigned bufferLength, char* buffer)
Convertit une valeur décimale à virgule flottante en chaîne.
-
fromBcd
void fromBcd(int sign, const unsigned char* bcd, int exp, FB_DEC16* to)
Collecte une valeur décimale à virgule flottante à partir de BCD.
-
fromString
void fromString(StatusType* status, const char* from, FB_DEC16* to)
Collecte une valeur décimale à virgule flottante à partir d’une chaîne.