FloatArray class

FloatArray class

The float array. The float_array element declares the storage for a homogenous array of floating point values.

Inheritance: FloatArrayColladaElement

The FloatArray type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the FloatArray class.

Properties

PropertyDescription
idGets or sets the id.
The id attribute is a text string containing the unique identifier of this element.
This value must be unique within the instance document.
Optional attribute.
nameGets or sets the name.
The name attribute is the text string name of this element.
Optional attribute.
countGets or sets the count.
The count attribute indicates the number of values in the array.
Required attribute.
digitsGets or sets the digits.
The digits attribute indicates the number of significant decimal digits of the float values that can be contained in the array.
The default value is 6.
Optional attribute.
magnitudeGets or sets the magnitude.
The magnitude attribute indicates the largest exponent of the float values that can be contained in the array.
The default value is 38.
Optional attribute.
textGets or sets the text.

See Also