trait UserDefinedByteNoDataConversions extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- UserDefinedByteNoDataConversions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Concrete Value Members
- def b2udb(n: Byte): Byte
- def d2udb(n: Double): Byte
- def f2udb(n: Float): Byte
- def i2udb(n: Int): Byte
- def s2udb(n: Short): Byte
- def ub2udb(n: Byte): Byte
- def udb2b(n: Byte): Byte
- def udb2d(n: Byte): Double
- def udb2f(n: Byte): Float
- def udb2i(n: Byte): Int
- def udb2s(n: Byte): Short
- def udb2ub(n: Byte): Byte
- def udb2us(n: Byte): Short
- def udub2d(n: Byte): Double
- def udub2f(n: Byte): Float
- def udub2i(n: Byte): Int
- def us2udb(n: Short): Byte