njPrintF Japanese
<-|INDEX|->
Displays a floating point decimal value.

FORMAT

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

PARAMETERS

loc
display position
val
value
digit
number of output digits

RETURN VALUE

None

FUNCTION


EXAMPLE

The following outputs the value 3.14 as 10 digits at location 10,10.
njPrintF(NJM_LOCATION(10,10),3.14,10);

NOTES


RELATED TOPICS

njPrintColor
njPrintC
njPrintD
njPrintB
njPrintH

njPrintF
<-|INDEX|->

Copyright SEGA ENTERPRISES, LTD., 1997