enum const class vaseOpenGl::NumType
sys::Obj sys::Enum vaseOpenGl::NumType
@Js
@Serializable { simple=true }
primeval number type
- fromStr
-
static new fromStr(Str name, Bool checked := true)
Return the NumType instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- size
-
const Int size
- tByte
-
const static NumType tByte := ...
- tDouble
-
const static NumType tDouble := ...
- tFloat
-
const static NumType tFloat := ...
- tInt
-
const static NumType tInt := ...
- tLong
-
const static NumType tLong := ...
- tShort
-
const static NumType tShort := ...
- vals
-
const static List<NumType> vals := ...
List of NumType values indexed by ordinal