Int128 Internal struct
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf.parser.clipper
iTextSharp.text.pdf.parser.clipper.Int128[[Int128]]
class iTextSharp.text.pdf.parser.clipper.Int128 interfaceStyle;
end
Members
Methods
Public methods
Public Static methods
Details
Methods
IsNegative
Source code
public bool IsNegative()
Operator ==
Source code
public static bool operator ==(Int128 val1, Int128 val2)
Arguments
Operator !=
Source code
public static bool operator !=(Int128 val1, Int128 val2)
Arguments
Equals
Source code
public override bool Equals(object obj)
Arguments
Type | Name | Description |
---|
object | obj | |
GetHashCode
Source code
public override int GetHashCode()
Operator >
Source code
public static bool operator >(Int128 val1, Int128 val2)
Arguments
Operator <
Source code
public static bool operator <(Int128 val1, Int128 val2)
Arguments
Operator +
Source code
public static Int128 operator +(Int128 lhs, Int128 rhs)
Arguments
Operator - [1/2]
Source code
public static Int128 operator -(Int128 lhs, Int128 rhs)
Arguments
Operator - [2/2]
Source code
public static Int128 operator -(Int128 val)
Arguments
Operator double
Source code
public static explicit operator double(Int128 val)
Arguments
Int128Mul
Source code
public static Int128 Int128Mul(long lhs, long rhs)
Arguments
Type | Name | Description |
---|
long | lhs | |
long | rhs | |
Generated with ModularDoc