Cell.setDecimalMetric

Sets the cell to contain an integer scaled into a decimal metric representation (K, M, G, T, etc).

struct Cell
return
typeof(&this)
setDecimalMetric
(
ulong num
,)

Parameters

num ulong

integer to set

metric_string cstring

metric identifier (eg bytes, Kbytes, Mbytes, etc.)

Return Value

Type: typeof(&this)

this instance for method chaining

Meta