C# 클래스 NeoGasLibrary.Cryptography.UInt160

상속: NeoGasLibrary.Cryptography.UIntBase, IComparable, IEquatable
파일 보기 프로젝트 열기: cybergibbons/bitfi_09072019

공개 프로퍼티들

프로퍼티 타입 설명
Zero UInt160

공개 메소드들

메소드 설명
CompareTo ( UInt160 other ) : int
Parse ( string value ) : UInt160
TryParse ( string s, UInt160 &result ) : bool
UInt160 ( ) : System
UInt160 ( Array value ) : System
operator ( ) : bool

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( UInt160 other ) : int
other UInt160
리턴 int

Parse() 공개 정적인 메소드

public static Parse ( string value ) : UInt160
value string
리턴 UInt160

TryParse() 공개 정적인 메소드

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

UInt160() 공개 메소드

public UInt160 ( ) : System
리턴 System

UInt160() 공개 메소드

public UInt160 ( Array value ) : System
value Array
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Zero 공개적으로 정적으로 프로퍼티

public static UInt160,NeoGasLibrary.Cryptography Zero
리턴 UInt160