Property ExIntTypes
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
ExIntTypes
TypeCodeFlags of Ex integer types (扩展整数类型). ExIntTypes = TypeCodeFlags.SByte | TypeCodeFlags.Byte | TypeCodeFlags.Int16 | TypeCodeFlags.UInt16 | TypeCodeFlags.Int32 | TypeCodeFlags.UInt32 | TypeCodeFlags.Int64 | TypeCodeFlags.UInt64 | TypeCodeFlags.Int128 | TypeCodeFlags.UInt128
.
public static TypeCodeFlags ExIntTypes { get; }