// Assembly: Unity.VectorGraphics
// Full name: Unity.VectorGraphics.External.ClipperLib.Int128

namespace Unity.VectorGraphics.External.ClipperLib
{
public class Int128 // TypeDefIndex: 10940
{
	// Fields
	type#20901 hi;
	type#27938 lo;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#20900 _lo) { }
	// RVA: -1
	public type#28660 .ctor(type#20900 _hi, type#27937 _lo) { }
	// RVA: -1
	public type#28660 .ctor(type#20855 val) { }
	// RVA: -1
	public type#15313 IsNegative() { }
	// RVA: -1
	public static type#15313 op_Equality(type#20855 val1, type#20855 val2) { }
	// RVA: -1
	public static type#15313 op_Inequality(type#20855 val1, type#20855 val2) { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public static type#15313 op_GreaterThan(type#20855 val1, type#20855 val2) { }
	// RVA: -1
	public static type#15313 op_LessThan(type#20855 val1, type#20855 val2) { }
	// RVA: -1
	public static type#20855 op_Addition(type#20855 lhs, type#20855 rhs) { }
	// RVA: -1
	public static type#20855 op_Subtraction(type#20855 lhs, type#20855 rhs) { }
	// RVA: -1
	public static type#20855 op_UnaryNegation(type#20855 val) { }
	// RVA: -1
	public static type#17430 op_Explicit(type#20855 val) { }
	// RVA: -1
	public static type#20855 Int128Mul(type#20900 lhs, type#20900 rhs) { }
}
}
