Struct FbxDouble2
Syntax
public struct FbxDouble2 : IEquatable<FbxDouble2>
Constructors
FbxDouble2(FbxDouble2)
Declaration
public FbxDouble2(FbxDouble2 other)
Parameters
FbxDouble2(Double)
Declaration
public FbxDouble2(double X)
Parameters
Type |
Name |
Description |
System.Double |
X |
|
FbxDouble2(Double, Double)
Declaration
public FbxDouble2(double X, double Y)
Parameters
Type |
Name |
Description |
System.Double |
X |
|
System.Double |
Y |
|
Fields
X
Declaration
Field Value
Type |
Description |
System.Double |
|
Y
Declaration
Field Value
Type |
Description |
System.Double |
|
Properties
Item[Int32]
Declaration
public double this[int i] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
i |
|
Property Value
Type |
Description |
System.Double |
|
Methods
Equals(FbxDouble2)
Declaration
public bool Equals(FbxDouble2 other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()
Operators
Equality(FbxDouble2, FbxDouble2)
Declaration
public static bool operator ==(FbxDouble2 a, FbxDouble2 b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(FbxDouble2, FbxDouble2)
Declaration
public static bool operator !=(FbxDouble2 a, FbxDouble2 b)
Parameters
Returns
Type |
Description |
System.Boolean |
|