Hash
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.crypto
- Platforms: .NET, .NET Standard 2.0, Island
-
Ancestry:
constructor
constructor
Hash()
init()
Sub New()
constructor (UInt64)
// .NET, .NET Standard 2.0
constructor(aValue: UInt64)
// Island
constructor(aValue: uint)
// .NET, .NET Standard 2.0
Hash(UInt64 aValue)
// Island
Hash(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:
Available
method Available: bool
bool Available()
func Available() -> bool
func Available() bool
Function Available() As bool
Equals
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
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
func GetHashCode() Int32
Function GetHashCode() As Int32
HashFunc
method HashFunc: Hash
Hash HashFunc()
func HashFunc() -> Hash
func HashFunc() Hash
Function HashFunc() As Hash
New
method New: Hash
Hash New()
func New() -> Hash
func New() Hash
Function New() As Hash
Size
method Size: int
int Size()
func Size() -> int
func Size() int
Function Size() As int
Value
var Value: uint;
uint Value
var Value: uint
Value uint
FIELD Value() As uint
Value
var Value: uint;
uint Value
var Value: uint
Value uint
FIELD Value() As uint
constructor
constructor
Hash()
init()
Sub New()
constructor (UInt64)
// .NET, .NET Standard 2.0
constructor(aValue: UInt64)
// Island
constructor(aValue: uint)
// .NET, .NET Standard 2.0
Hash(UInt64 aValue)
// Island
Hash(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:
Available
method Available: bool
bool Available()
func Available() -> bool
func Available() bool
Function Available() As bool
Equals
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
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
func GetHashCode() Int32
Function GetHashCode() As Int32
HashFunc
method HashFunc: Hash
Hash HashFunc()
func HashFunc() -> Hash
func HashFunc() Hash
Function HashFunc() As Hash
New
method New: Hash
Hash New()
func New() -> Hash
func New() Hash
Function New() As Hash
Size
method Size: int
int Size()
func Size() -> int
func Size() int
Function Size() As int