Struct Quad
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Lumina.dll
Syntax
Fields
|
Improve this Doc
View Source
Data
Declaration
Field Value
Type |
Description |
System.UInt64 |
|
Properties
|
Improve this Doc
View Source
A
Declaration
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
B
Declaration
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
C
Declaration
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
D
Declaration
Property Value
Type |
Description |
System.UInt16 |
|
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()
Operators
|
Improve this Doc
View Source
Explicit(Int64 to Quad)
Declaration
public static explicit operator Quad(long data)
Parameters
Type |
Name |
Description |
System.Int64 |
data |
|
Returns
|
Improve this Doc
View Source
Explicit(UInt64 to Quad)
Declaration
public static explicit operator Quad(ulong data)
Parameters
Type |
Name |
Description |
System.UInt64 |
data |
|
Returns
|
Improve this Doc
View Source
Implicit(Quad to UInt64)
Declaration
public static implicit operator ulong (Quad quad)
Parameters
Type |
Name |
Description |
Quad |
quad |
|
Returns
Type |
Description |
System.UInt64 |
|