SignedLittleEndian user defined type

Warning

This documentation refers to the Classic QDK, which has been replaced by the Modern QDK.

Please see https://aka.ms/qdk.api for the API documentation for the Modern QDK.

Namespace: Microsoft.Quantum.Arithmetic

Package: Microsoft.Quantum.Numerics

Type of a signed integer stored in little endian (see LittleEndian). Negative numbers are stored using two's complement.


newtype SignedLittleEndian = (Microsoft.Quantum.Arithmetic.LittleEndian);