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

Inheritance: IFormattable
Show file Open project: chrisdunelm/DotNetWebToolkit

Public Methods

Method Description
Abs ( System.Int64 a ) : System.Int64
CompareTo ( [ _this, System.Int64 other ) : int
CompareTo ( [ _this, object other ) : int
Equals ( [ _this, System.Int64 other ) : bool
Max ( System.Int64 a, System.Int64 b ) : System.Int64
Min ( System.Int64 a, System.Int64 b ) : System.Int64
ToString ( ) : string
ToString ( IFormatProvider provider ) : string
ToString ( string format ) : string

Private Methods

Method Description
Add ( System.Int64 a, System.Int64 b ) : System.Int64
BitwiseAnd ( System.Int64 a, System.Int64 b ) : System.Int64
BitwiseNot ( System.Int64 a ) : System.Int64
BitwiseOr ( System.Int64 a, System.Int64 b ) : System.Int64
BitwiseXor ( System.Int64 a, System.Int64 b ) : System.Int64
Divide ( System.Int64 a, System.Int64 b ) : System.Int64
Equals ( Ctx ctx ) : Stmt
Equals ( object obj ) : bool
Equals_ ( System.Int64 a, System.Int64 b ) : bool
GetHashCode ( Ctx ctx ) : Stmt
GetHashCode ( ) : int
GreaterThan ( System.Int64 a, System.Int64 b ) : bool
GreaterThanOrEqual ( System.Int64 a, System.Int64 b ) : bool
LessThan ( System.Int64 a, System.Int64 b ) : bool
LessThanOrEqual ( System.Int64 a, System.Int64 b ) : bool
Multiply ( System.Int64 a, System.Int64 b ) : System.Int64
NotEquals ( System.Int64 a, System.Int64 b ) : bool
Remainder ( System.Int64 a, System.Int64 b ) : System.Int64
Subtract ( System.Int64 a, System.Int64 b ) : System.Int64
ToString ( Ctx ctx ) : Stmt
ToString ( string format, IFormatProvider formatProvider ) : string

Method Details

Abs() public static method

public static Abs ( System.Int64 a ) : System.Int64
a System.Int64
return System.Int64

CompareTo() public static method

public static CompareTo ( [ _this, System.Int64 other ) : int
_this [
other System.Int64
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.Int64 other ) : bool
_this [
other System.Int64
return bool

Max() public static method

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

Min() public static method

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

ToString() public method

public ToString ( ) : string
return string

ToString() public method

public ToString ( IFormatProvider provider ) : string
provider IFormatProvider
return string

ToString() public method

public ToString ( string format ) : string
format string
return string