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