![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The limit values class.
This class typically implements std::numeric_limits<DataType>.
Get the minimum finite value of the data type.
Number Min()
Get the maximum finite value of the data type.
Number Max()
Get the quiet (non-signaling) "Not-a-Number" value of the data type.
Number NaN()
Get the positive infinity value of the data type.
Number Infinity()
Get the default epsilon value of the data type. The difference between 1 and the least value greater than 1 that is representable.
Number Epsilon()