Table

Overview

Location

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

Fields


Value

 

var Value: array of uint64;

 

uint64[] Value

 

var Value: uint64...

 

Value array of uint64

 

FIELD Value() As uint64()

Instance Methods


constructor

 

constructor

 

Table()

 

init()

 

Sub New()

constructor (array of uint64)

 

constructor(aValue: array of uint64)

 

Table(uint64[] aValue)

 

init(_ aValue: uint64...)

 

Sub New(aValue As uint64())

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