Packages

case class FixData(raw: Double, q: QFormat, roundType: RoundType = getFixRound(), symmetric: Boolean = getFixSym()) extends Product with Serializable

Fixnum

returns

FixData: -3.8125, Quantized by QFormat: SQ(8,4)

x.bin => 11000011 x.oct => 103 x.hex => c3

Example:
  1. val x = FixData(-3.785333,SQ(8,4))
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FixData
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FixData(raw: Double, q: QFormat, roundType: RoundType = getFixRound(), symmetric: Boolean = getFixSym())

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def *(right: FixData): FixData
  4. def +(right: FixData): FixData
  5. def -(right: FixData): FixData
  6. def <<(n: Int): FixData
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def >>(n: Int): FixData
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def asLong: Long
  11. def asLongPostive: Long
  12. def bin: String
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  14. def epsCeil(x: Double): Double
  15. def epsFloor(x: Double): Double
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def fixProcess(): Double
  18. def fixTo(newQ: QFormat): FixData
  19. def fixTo(newQ: QFormat, round: RoundType): FixData
  20. def fixTo(newQ: QFormat, round: RoundType, sym: Boolean): FixData
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  22. def hex: String
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isNegative: Boolean
  25. def isSigned: Boolean
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  29. def oct: String
  30. val q: QFormat
  31. val raw: Double
  32. val roundType: RoundType
  33. val symmetric: Boolean
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    FixData → AnyRef → Any
  36. def unary_-: FixData
  37. val value: Double
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped