Click or drag to resize

InternalClipperUInt128Struct Structure

A structure representing a 128-bit unsigned integer as two 64-bit parts.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Clipper2LibInternalClipperUInt128Struct

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public struct UInt128Struct

The InternalClipperUInt128Struct type exposes the following members.

Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldhi64 The high 64 bits of the 128-bit integer.
Public fieldlo64 The low 64 bits of the 128-bit integer.
Top
See Also