IDecFloat34
L’interface IDecFloat34
permet de travailler avec le type de données DECFLOAT(34)
.
-
toBcd
void toBcd(const FB_DEC34* from, int* sign, unsigned char* bcd, int* exp)
Convertit une valeur décimale à virgule flottante en BCD.
-
toString
void toString(StatusType* status, const FB_DEC34* 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_DEC34* to)
Collecte une valeur décimale à virgule flottante à partir de BCD.
-
fromString
void fromString(StatusType* status, const char* from, FB_DEC34* to)
Collecte une valeur décimale à virgule flottante à partir d’une chaîne.