Type Conversion

 

Type Conversion

MathPoint posted on September 27, 2011 23:32, Category: Note
Vote: 100% (2 of 2)       vote up | vote down

Type Conversion

Convert between various number types. Use the settings to change the output format. (There are other notes that demonstrate number formatting. Search for "output" or "conversions".)

value<: 32.6
Boolean:> (true)
Integer:> 32_d
Real:> 32.6

Boolean = toBool(value)
Integer = toInt(value)
Real = toReal(value)



Comments

Create an account or Login to comment