C# Class NeoGasLibrary.Cryptography.UInt160

Inheritance: NeoGasLibrary.Cryptography.UIntBase, IComparable, IEquatable
ファイルを表示 Open project: cybergibbons/bitfi_09072019

Public Properties

Property Type Description
Zero UInt160

Public Methods

Method Description
CompareTo ( UInt160 other ) : int
Parse ( string value ) : UInt160
TryParse ( string s, UInt160 &result ) : bool
UInt160 ( ) : System
UInt160 ( Array value ) : System
operator ( ) : bool

Method Details

CompareTo() public method

public CompareTo ( UInt160 other ) : int
other UInt160
return int

Parse() public static method

public static Parse ( string value ) : UInt160
value string
return UInt160

TryParse() public static method

public static TryParse ( string s, UInt160 &result ) : bool
s string
result UInt160
return bool

UInt160() public method

public UInt160 ( ) : System
return System

UInt160() public method

public UInt160 ( Array value ) : System
value Array
return System

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Zero public_oe static_oe property

public static UInt160,NeoGasLibrary.Cryptography Zero
return UInt160