DWStrNegativeInfinityStringfunction
Returns the string value for "negative infinity".
Syntax
FUNCTION DWStrNegativeInfinityString (BYVAL pwszLocale AS WSTRING PTR = LOCALE_NAME_USER_DEFAULT) AS DWSTRING
Parameters
| Name | Description | |
|---|---|---|
pwszLocale | Pointer to a locale name, or one of the following predefined values: LOCALE_NAME_INVARIANT, LOCALE_NAME_SYSTEM_DEFAULT, LOCALE_NAME_USER_DEFAULT |
Description
String value for "negative infinity", for example, "-Infinity" for the English (United States) locale. There is no limit on the number of characters allowed for this string.
Reference
- Include file
DWSTRProcs.inc - Defined in AfxNova/DWStrProcs.inc:2230
- Documented in String Management/DWString Procedures.md
- Topic: String Procedures