Struct FbxDouble4
Syntax
public struct FbxDouble4 : IEquatable<FbxDouble4>
Constructors
FbxDouble4(FbxDouble4)
Declaration
public FbxDouble4(FbxDouble4 other)
Parameters
FbxDouble4(Double)
Declaration
public FbxDouble4(double X)
Parameters
Type |
Name |
Description |
System.Double |
X |
|
FbxDouble4(Double, Double, Double, Double)
Declaration
public FbxDouble4(double X, double Y, double Z, double W)
Parameters
Type |
Name |
Description |
System.Double |
X |
|
System.Double |
Y |
|
System.Double |
Z |
|
System.Double |
W |
|
Fields
W
Declaration
Field Value
Type |
Description |
System.Double |
|
X
Declaration
Field Value
Type |
Description |
System.Double |
|
Y
Declaration
Field Value
Type |
Description |
System.Double |
|
Z
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(FbxDouble4)
Declaration
public bool Equals(FbxDouble4 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(FbxDouble4, FbxDouble4)
Declaration
public static bool operator ==(FbxDouble4 a, FbxDouble4 b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(FbxDouble4, FbxDouble4)
Declaration
public static bool operator !=(FbxDouble4 a, FbxDouble4 b)
Parameters
Returns
Type |
Description |
System.Boolean |
|