public static ByteUnitEx FromTetrabyte(double value) { ByteUnitEx result = new ByteUnitEx(); result.TetrabytePercise = value; return(result); }
public static ByteUnitEx FromTetrabyte(long value) { ByteUnitEx result = new ByteUnitEx(); result.Tetrabyte = value; return(result); }