CAViewer::SetUseExp

CAViewer class

Sets a value that determines whether to display floating-point data in scientific notation or decimal format in the Data View window.

BOOL SetUseExp(
  BOOL use
  );

Parameters

use
If set to TRUE, floating-point data is displayed in scientific notation; if set to FALSE, the data is displayed in decimal format.

Return Value

Returns TRUE if the operation was successful; otherwise, FALSE.

Remarks

The value passed to SetUseExp is ignored when displaying integer data, or if UseDefaultFormat has been set to TRUE.

See Also

CAViewer::GetUseDefaultFormat, CAViewer::GetUseExp