This document is archived and information here might be outdated. Recommended version. |
Indicates the output values should be between -1 and 1.
[Visual Basic .NET]
Public Property ScientificOutput As Boolean
[C#]
public bool ScientificOutput {get; set;}
[C++]
HRESULT get_ScientificOutput(
Boolean* pbScientific
);
[C++]
HRESULT put_ScientificOutput(
VARIANT_BOOL pbScientific
);
[C++] Parameters pbScientific [out, retval]
pbScientific is a parameter of type bool* pbScientific [in]
pbScientific is a parameter of type bool