Click or drag to resize

Vector4H Methods

The Vector4H type exposes the following members.

Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToColorValue Converts the current instance of Vector4H into the equivalent ColorValue structure.
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Public methodToVector4 Converts the current instance of Vector4H into the equivalent Vector4 structure.
Public methodToVector4F Converts the current instance of Vector4H into the equivalent Vector4F structure.
Public methodToVector4H Converts the current instance of Vector4F into the equivalent Vector4H structure.
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also