Word

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.math.big
  • Platforms: .NET, .NET Standard 2.0, Island
  • Ancestry:

Fields


Value

 

var Value: uint;

 

uint Value

 

var Value: uint

 

Value uint

 

FIELD Value() As uint

Instance Methods


constructor

 

constructor

 

Word()

 

init()

 

Sub New()

constructor (UInt64)

 

// .NET, .NET Standard 2.0
constructor(aValue: UInt64)
// Island
constructor(aValue: uint)

 

// .NET, .NET Standard 2.0
Word(UInt64 aValue)
// Island
Word(uint aValue)

 

// .NET, .NET Standard 2.0
init(_ aValue: UInt64)
// Island
init(_ aValue: uint)

 

// .NET, .NET Standard 2.0
Sub New(aValue As UInt64)
// Island
Sub New(aValue As uint)

Parameters:

  • aValue:

Equals  override virtual

 

method Equals(value: Object): Boolean

 

Boolean Equals(Object value)

 

func Equals(_ value: Object) -> Boolean

 

func Equals(value interface{}) Boolean

 

Function Equals(value As Object) As Boolean

Parameters:

  • value:

GetHashCode  override virtual

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

func GetHashCode() Int32

 

Function GetHashCode() As Int32