uim.core.datatypes.integral

Members

Functions

isGreater
bool isGreater(T base, T[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
isLess
bool isLess(T base, T[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
limits
T limits(T value, T minLimit, T maxLimit)

limits the value on the min or max

toString
string toString(T value, size_t length, string fillTxt)

convert integral values to string with defined length

transform
T transform(T value, T minOld, T maxOld, T newMin, T newMax)

transform value minOld/maxOld to newMin/newMax

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.

Authors

UI Manufaktur Team Documentation DE: https://ui-manufaktur.com/docu/uim-core/dataytypes/integral