case class WideIntNoData(asInt: Int) extends WidenedNoData with Product with Serializable
NoData value stored as an Int.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WideIntNoData
- Serializable
- Serializable
- Product
- Equals
- WidenedNoData
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
asDouble: Double
- Definition Classes
- WideIntNoData → WidenedNoData
-
val
asInt: Int
- Definition Classes
- WideIntNoData → WidenedNoData
-
def
toString(): String
- Definition Classes
- WideIntNoData → AnyRef → Any