FDO API Reference Feature Data Objects

FdoVectorElement Class Reference

#include <Vector.h>

Inherits FdoDisposable.

Inheritance diagram for FdoVectorElement:

Inheritance graph
[legend]
List of all members.

Detailed Description

An element in a vector. This class is just a ref-countable wrapper around a double.

Definition at line 31 of file Vector.h.


Public Member Functions

FDO_API_COMMON FdoStringP GetString ()
 Gets the element value in string format.
FDO_API_COMMON double GetValue ()
 Gets the element value.
FDO_API_COMMON void SetValue (double value)
 Sets the element value.

Static Public Member Functions

static FDO_API_COMMON FdoVectorElementCreate (double value)
 Creates a vector element.

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.