<Float64Iterator> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » MemoryPointer » TypedIterator » Float64Iterator

Function Members

Function members are as follows:

Return Type Function Name Documentation
<Float64Iterator>Float64IteratorThe constructor, which is used to initialize this object to represent an iterator that points at a single, primitive value.
<Float64Array>CastFloat64ArrayReturns a pointer to a <Float64Array> object if and only if this iterator was originally bound to a <Float64Array> object.
<Float64Matrix>CastFloat64MatrixReturns a pointer to a <Float64Matrix> object if and only if this iterator was originally bound to a <Float64Matrix> object.
<Float64MatrixArray>CastFloat64MatrixArrayReturns a pointer to a <Float64MatrixArray> object if and only if this iterator was originally bound to a <Float64MatrixArray> object.
<Float64Vector>CastFloat64VectorReturns a pointer to a <Float64Vector> object if and only if this iterator was originally bound to a <Float64Vector> object.
<Float64VectorArray>CastFloat64VectorArrayReturns a pointer to a <Float64VectorArray> object if and only if this iterator was originally bound to a <Float64VectorArray> object.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
doubleDataSets or gets the primitive value stored by this object, or zero if this object has not been initialized with a scalar value.
doubleValueReturns the value at the iterator's current position.