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

CRxString::operator<< Operator

C++
CRxString& operator<<(double dValue)

Appends the given double to this CRxString.

Parameters

[double] dValue

The double.

Returns

CRxString&

The concatenation of this CRxString with dValue.