Click or drag to resize

Int128Extensions Class

Extension methods for the Int128 and UInt128 structures.
Inheritance Hierarchy
SystemObject
  Ookii.JumboInt128Extensions

Namespace: Ookii.Jumbo
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static class Int128Extensions

The Int128Extensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodHigh64(Int128) Gets the high 64 bits of a Int128 value.
Public Extension MethodHigh64(UInt128) Gets the high 64 bits of a UInt128 value.
Public Extension MethodLow64(Int128) Gets the low 64 bits of a Int128 value.
Public Extension MethodLow64(UInt128) Gets the low 64 bits of a UInt128 value.
Top
See Also