C# Class DotNetWebToolkit.Cil2Js.JsResolvers.Classes._UInt64

显示文件 Open project: chrisdunelm/DotNetWebToolkit

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

CompareTo() public static method

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

CompareTo() public static method

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

Equals() public static method

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

Max() public static method

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

Min() public static method

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