Cell.setDecimalMetric

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

struct Cell
typeof((&this))
setDecimalMetric
(
ulong num
,
cstring metric_string = ""
)

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