class c4_FloatProp : public c4_Property

Floating point properties.

Public:

c4_FloatProp (const char* name_);
Constructs a new property.
c4_FloatRef operator() (c4_RowRef row_);
Gets or sets a floating point property in a row.
double Get (c4_RowRef row_);
Gets a floating point property in a row.
void Set (c4_RowRef row_, double value_);
Sets a floating point property in a row.
c4_Row operator[] (double value_);
Creates a row with one floating point value, shorthand for AsRow.
c4_Row AsRow (double value_);
Creates a row with one floating point value.


#include "k4view.h"   // Jun 8, 1997