InformationSize.fromTebibytes constructor

InformationSize.fromTebibytes(
  1. Rational tebibytes
)

Creates an InformationSize representing the specified number of tebibytes.

Implementation

factory InformationSize.fromTebibytes(Rational tebibytes) =>
    InformationSize.fromUnits(InformationUnit.tebibyte, tebibytes);