C# Class ClipperLib.Int128

ファイルを表示 Open project: iNiKe/clipper Class Usage Examples

Public Methods

Method Description
Equals ( System obj ) : bool
GetHashCode ( ) : int
Int128 ( Int128 val ) : System
Int128 ( System.Int64 _lo ) : System
Int128 ( System.Int64 _hi, System.UInt64 _lo ) : System
Int128Mul ( System.Int64 lhs, System.Int64 rhs ) : Int128
IsNegative ( ) : bool
ToDouble ( ) : double
operator ( ) : Int128
operator ( ) : bool

Method Details

Equals() public method

public Equals ( System obj ) : bool
obj System
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Int128() public method

public Int128 ( Int128 val ) : System
val Int128
return System

Int128() public method

public Int128 ( System.Int64 _lo ) : System
_lo System.Int64
return System

Int128() public method

public Int128 ( System.Int64 _hi, System.UInt64 _lo ) : System
_hi System.Int64
_lo System.UInt64
return System

Int128Mul() public static method

public static Int128Mul ( System.Int64 lhs, System.Int64 rhs ) : Int128
lhs System.Int64
rhs System.Int64
return Int128

IsNegative() public method

public IsNegative ( ) : bool
return bool

ToDouble() public method

public ToDouble ( ) : double
return double

operator() public static method

public static operator ( ) : Int128
return Int128

operator() public static method

public static operator ( ) : bool
return bool