Namespace: Rx – Class: CRxString – Header: Rx.Core/RxString.h

CRxString::operator+= Operator

C++
CRxString& operator+=(float fValue)

Appends the given float to this CRxString.

Parameters

[float] fValue

The float.

Returns

CRxString&

The concatenation of this CRxString with fValue.