Field Int_VMaxUInt32
- Namespace
- Zyl.VectorTraits.Impl
- Assembly
- VectorTraits.dll
Integer - (long)uint.MaxValue = 0x0_FFFFFFFFL = 4294967295
. Fixed a bug in Arm: wrongly optimize (long)uint.MaxValue
to (long)-1
.
public const long Int_VMaxUInt32 = 4294967295
Returns
- long
- Integer - (long)uint.MaxValue = 0x0_FFFFFFFFL = 4294967295. Fixed a bug in Arm: wrongly optimize (long)uint.MaxValue to (long)-1.