Cell.setFloat

Sets the cell to contain a float.

struct Cell
return
typeof(&this)
setFloat
(
double num
)

Parameters

num double

float to set

Return Value

Type: typeof(&this)

this instance for method chaining

Meta