NumberUtil

org.mbari.beholder.util.NumberUtil
object NumberUtil

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
NumberUtil.type

Members list

Value members

Concrete methods

def byteToMB(byte: Long): Double

This is the S.I. definition not b / 1000^2 Not the traditional version of b / 1024^2. The traditional version is actually a mebibyte

This is the S.I. definition not b / 1000^2 Not the traditional version of b / 1024^2. The traditional version is actually a mebibyte

Attributes

def mbToByte(megaByte: Double): Long