C# Class NeoGasLibrary.Cryptography.UInt160

Inheritance: NeoGasLibrary.Cryptography.UIntBase, IComparable, IEquatable
Afficher le fichier Open project: cybergibbons/bitfi_09072019

Méthodes publiques

Свойство Type Description
Zero UInt160

Méthodes publiques

Méthode 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 méthode

public CompareTo ( UInt160 other ) : int
other UInt160
Résultat int

Parse() public static méthode

public static Parse ( string value ) : UInt160
value string
Résultat UInt160

TryParse() public static méthode

public static TryParse ( string s, UInt160 &result ) : bool
s string
result UInt160
Résultat bool

UInt160() public méthode

public UInt160 ( ) : System
Résultat System

UInt160() public méthode

public UInt160 ( Array value ) : System
value Array
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Zero public_oe static_oe property

public static UInt160,NeoGasLibrary.Cryptography Zero
Résultat UInt160