operator= (Float Number) 

Purpose

Assignment from a float.

Syntax

CRfcData& operator=(RFC_FLOAT fValue);

Parameters

fValue: Floating point value to set to the data object.

Return Value

Reference to this object itself.

Exceptions

Throws const char* for memory exceptions.

Description

This operator is only allowed on data object of types TYPFLOAT.

Related Information

operator= (Array)

operator= (CRfcData Object)

operator= (Integer)

operator= (String)

operator RFC_FLOAT