Cell.setBinaryMetric

Sets the cell to contain an integer scaled into a binary metric representation (Ki, Mi, Gi, Ti, etc).

struct Cell
return
typeof(&this)
setBinaryMetric
(
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