[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constant describing which variant types are considered floating point types
Source position: variants.pp line 58
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. |