Constant describing which variant types are considered floating point types.
Source position: variants.pp line 65
const FloatVarTypes = [varSingle, varDouble, varCurrency, varDecimal]; |
FloatlVarTypes is used in VarIsFloat to decide which variant types are considered ordinals.
|
Check if the variant is a floating-point value. |