MFDouble
The MFDouble object is used to store a one-dimensional array of double precision numeric values.
Individual elements of the array can be referenced using the standard C-style dereferencing operator (e.g., mfDoubleObjectName[index], where index is an integer-valued expression with 0 <= index < length and length is the number of elements in the array). Assigning to an element with index >= length results in the array being dynamically expanded to contain length elements. All elements not explicitly initialized are set to 0.0d+00.
Properties
| Type | Property | Description | Standard |
|---|---|---|---|
| number | length | Property for getting/setting the number of elements in the array.
| X3D3.0 |
Functions
| Return type | Function | Description | Standard |
|---|---|---|---|
| String | toString() | Returns a String containing the value of the MFDouble array encoded using the X3D Classic VRML encoding.
| X3D3.0 |