trait UserDefinedIntNoDataConversions extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- UserDefinedIntNoDataConversions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Concrete Value Members
- def b2udi(n: Byte): Int
- def d2udi(n: Double): Int
- def f2udi(n: Float): Int
- def i2udi(n: Int): Int
- def s2udi(n: Short): Int
- def ub2udi(n: Byte): Int
- def udi2b(n: Int): Byte
- def udi2d(n: Int): Double
- def udi2f(n: Int): Float
- def udi2i(n: Int): Int
- def udi2s(n: Int): Short
- def udi2ub(n: Int): Byte
- def udi2us(n: Int): Short
- def us2udi(n: Short): Int