Performance of Data Types
Data types with the best performance
If a variable with a fractional part is not necessary, an integer data type gives better performance than a non-integer type.
In ViviFire, Int32 and UInt32 are the numeric types that give the best performance.
For fractional numbers, Real32 is the data type with the best performance.
But operations with Real32 always have worse performance than integer types (Int32, for example).
How to specify data type
TODO