Cell.setFloat

Sets the cell to contain a float.

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

Parameters

num double

float to set

Return Value

Type: typeof((&this))

this instance for method chaining

Meta