Index
 
  Reference for Wiring 1.0 (ALPHA) 0017+. If you have a previous version, use the reference included with your software. If you see any errors or have any comments, let us know.
Name  

float()

   
Examples  
float f = float(true); 

Description   Converts a primitive datatype to its floating point representation.

부동 소숫점 형식의 데이터로 변경합니다.

   
Syntax  
float(value)
   
Parameters  
value   int, long, float, char, byte, or boolean

   
Returns   float
   
Usage   Application
   
Related   float
int()
long()
char()
byte()