C# 클래스 DotNetWebToolkit.Cil2Js.JsResolvers.Classes._UInt64

파일 보기 프로젝트 열기: chrisdunelm/DotNetWebToolkit

공개 메소드들

메소드 설명
CompareTo ( [ _this, System.UInt64 other ) : int
CompareTo ( [ _this, object other ) : int
Equals ( [ _this, System.UInt64 other ) : bool
Max ( System.UInt64 a, System.UInt64 b ) : System.UInt64
Min ( System.UInt64 a, System.UInt64 b ) : System.UInt64

비공개 메소드들

메소드 설명
Add ( System.UInt64 a, System.UInt64 b ) : System.UInt64
BitwiseAnd ( System.UInt64 a, System.UInt64 b ) : System.UInt64
BitwiseNot ( System.UInt64 a ) : System.UInt64
BitwiseOr ( System.UInt64 a, System.UInt64 b ) : System.UInt64
BitwiseXor ( System.UInt64 a, System.UInt64 b ) : System.UInt64
Divide ( System.UInt64 a, System.UInt64 b ) : System.UInt64
Equals ( Ctx ctx ) : Stmt
Equals ( object obj ) : bool
Equals_ ( System.UInt64 a, System.UInt64 b ) : bool
GreaterThan ( System.UInt64 a, System.UInt64 b ) : bool
GreaterThanOrEqual ( System.UInt64 a, System.UInt64 b ) : bool
LessThan ( System.UInt64 a, System.UInt64 b ) : bool
LessThanOrEqual ( System.UInt64 a, System.UInt64 b ) : bool
Multiply ( System.UInt64 a, System.UInt64 b ) : System.UInt64
NotEquals ( System.UInt64 a, System.UInt64 b ) : bool
Remainder ( System.UInt64 a, System.UInt64 b ) : System.UInt64
Subtract ( System.UInt64 a, System.UInt64 b ) : System.UInt64

메소드 상세

CompareTo() 공개 정적인 메소드

public static CompareTo ( [ _this, System.UInt64 other ) : int
_this [
other System.UInt64
리턴 int

CompareTo() 공개 정적인 메소드

public static CompareTo ( [ _this, object other ) : int
_this [
other object
리턴 int

Equals() 공개 정적인 메소드

public static Equals ( [ _this, System.UInt64 other ) : bool
_this [
other System.UInt64
리턴 bool

Max() 공개 정적인 메소드

public static Max ( System.UInt64 a, System.UInt64 b ) : System.UInt64
a System.UInt64
b System.UInt64
리턴 System.UInt64

Min() 공개 정적인 메소드

public static Min ( System.UInt64 a, System.UInt64 b ) : System.UInt64
a System.UInt64
b System.UInt64
리턴 System.UInt64