Monday, 19 August 2013

Cast int to float in F#

Cast int to float in F#

Learning F#, the syntax is still quite foreign to me. How do I cast this
integer to float?
let add x y =
x + y
add 1.1 2

No comments:

Post a Comment