case class QFormat(width: Int, fraction: Int, signed: Boolean) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- QFormat
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new QFormat(width: Int, fraction: Int, signed: Boolean)
Value Members
- def *(x: Int): QFormat
- def *(x: Double): QFormat
- def *(right: QFormat): QFormat
- def +(right: QFormat): QFormat
- def -(right: QFormat): QFormat
- def <<(n: Int): QFormat
- def >>(n: Int): QFormat
- def alignHex: Int
- def alignOct: Int
- val amplify: Int
- val capcity: Double
- val epsInDouble: Double
- val fraction: Int
- val halfCapcity: Double
- val maxValue: Double
- val minValue: Double
- val nonFraction: Int
- val numeric: Int
- val resolution: Double
- val signed: Boolean
-
def
toString(): String
- Definition Classes
- QFormat → AnyRef → Any
- def unary_-: QFormat
- def verbose: String
- val width: Int