nn::nex::StringStream::operator<< Member Function

Syntax

StringStream & operator<<(
     qFloat fValue
);

Parameters

Name Description
in fValue Specifies the qFloat value to add as a string.

Return Values

Returns the stream after adding the string.

Description

Converts a qFloat value to a string and adds it.

Revision History

2012/10/15
Initial version.

CONFIDENTIAL