Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 265 Bytes

decfloat.md

File metadata and controls

7 lines (4 loc) · 265 Bytes

DECFLOAT datatype

DECFLOAT(16) and DECFLOAT(34) from Firebird 4 is handled by FbDecFloat type. FbDecFloat can be used as parameter value for FbParameter.

Examples

Examples can be found in FbDecFloat16SupportTests and FbDecFloat34SupportTests.