toInt32 method

Int32 toInt32()

Same-width bit reinterpretation (two's complement) — e.g. Uint32.max.toInt32() == Int32.minusOne.

Implementation

Int32 toInt32() => Int32.unsafe(_value);