C# Класс DotNetWebToolkit.Cil2Js.JsResolvers.Classes._UInt64

Показать файл Открыть проект

Открытые методы

Метод Описание
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