AVBlocks for C++  1.9
Audio and Video Software Development Kit
FloatParameter Class Reference

The parameter represents a 64-bit floating point number (double precision). More...

Inherits Parameter.

List of all members.

Public Member Functions

virtual double value () const =0
 Returns the parameter value.
virtual void setValue (double value)=0
 Sets the parameter value.

Detailed Description

The parameter represents a 64-bit floating point number (double precision).


Member Function Documentation

virtual void setValue ( double  value) [pure virtual]

Sets the parameter value.

Parameters:
value[in] A 64-bit floating point number.
virtual double value ( ) const [pure virtual]

Returns the parameter value.

Returns:
A 64-bit floating point number.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator