Exemplo n.º 1
0
 /// <summary>
 /// Converts the current <see cref="Volume" /> to an array of bytes.
 /// </summary>
 /// <returns>
 /// An array of bytes representing the current <see cref="Volume" />.
 /// </returns>
 public Byte[] ToByteArray() => CubicMeters.ToByteArray();