hb_retnlen()
Returns a double, with specific width and decimals
- Syntax
-
- C Prototype
- #include <hbapi.h>
- hb_retnlen( double dNumber, int iWidth, int iDec ) --> void
- Arguments
-
- <dNumber>
- <iWidth>
- <iDec>
- Returns
-
- Description
-
- Note that when HB_API_MACROS is defined, this function is replaced with a macro: hb_retnlen( dNumber, iWidth, iDec ) --> hb_itemPutNLen( &hb_stack.Return, dNumber, iWidth, iDec )
Examples
- Status
- Ready
- Compliance
-
- Compliance is not applicable to API calls.
- Files
-
- Library is vm
- Platforms
-
- All