A 128-bit signed integer.

Namespace: SharpAssembler.Core
Assembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public struct Int128 : IFormattable, IConvertible, 
	IComparable, IComparable<Int128>, IEquatable<Int128>
Visual Basic
Public Structure Int128 _
	Implements IFormattable, IConvertible, IComparable, IComparable(Of Int128),  _
	IEquatable(Of Int128)
Visual C++
public value class Int128 : IFormattable, 
	IConvertible, IComparable, IComparable<Int128>, IEquatable<Int128>

Remarks

This implementation is based on the code described in http://www.informit.com/guides/content.aspx?g=dotnet&seqNum=636.

See Also