Id64.Uint32Pair Interface

Represents an Id64.Uint32Pair.Id64 as a pair of unsigned 32-bit integers. Because Javascript lacks efficient support for 64-bit integers, this representation can be useful in performance-sensitive code like the render loop.

@see - Id64.getUint32Pair to convert an Id64String to a Uint32Pair.

Properties

Name Type Description
lower number The lower 4 bytes of the 64-bit integer.  
upper number The upper 4 bytes of the 64-bit integer.  

Defined in

Last Updated: 25 April, 2024