njPrintD Japanese
<-|INDEX|->
Displays a value in decimal notation.

FORMAT

#include <Ninja.h>
void njPrintD(loc,val,digit);
Int loc
Int val
Int digit

PARAMETERS

loc
display position
val
value
digit
number of output digits

RETURN VALUE

None

FUNCTION


EXAMPLE

The following outputs the value of 100 as 3 digits at location 10,10.
njPrintD(NJM_LOCATION(10,10),100,3);

NOTES


RELATED TOPICS

njPrintColor
njPrintC
njPrintD
njPrintH
njPrintF

njPrintD
<-|INDEX|->

Copyright SEGA ENTERPRISES, LTD., 1997