tb

Converts a Double to terabytes (TB, 1000^4 bytes).

Return

The value multiplied by DecimalDataSize.terabyte.


val Int.tb: Long

Converts an Int to terabytes (TB, 1000^4 bytes).

Return

The value multiplied by DecimalDataSize.terabyte.


val Long.tb: Long

Converts a Long to terabytes (TB, 1000^4 bytes).

Return

The value multiplied by DecimalDataSize.terabyte.