|
Converts a value to a string in exponential notation (e.g. 1.23e+001).
syntax
CNumToExp(
val
[,precision = 6]
[,bCapital = FALSE]
)
Parameters
val
|
|
Type:
|
Number
|
|
The value to convert.
|
precision
|
|
Type:
|
Number
|
|
Precision, default is 6 digits.
|
bCapital
|
|
Type:
|
Boolean
|
|
TRUE - Capitalize the e.
FALSE - Make the e lowercase.
|
Return Value
|
|
Type:
|
character
|
|
The converted value.
|
Explanation
Converts a value to a string in scientific notation.
|
Supported
reference
CBool
CNum
CStr
CBit
CTime
CScript
CScriptTo
CNumStr (NS)
CTimeStr (TS)
CTimeSpanStr
CDurationStr
CNumToHex
CNumToOct
CNumToBin
CNumToExp
CHexToNum
COctToNum
CBinToNum
CNumToComma
CCommaToNum
CLinearToPf
CPfToLinear
CTable
CValidTable
|