CustomFloat.get

Fetches the stored value either as a float, double or real.

  1. F get [@property getter]
    struct CustomFloat(uint precision, uint exponentWidth, CustomFloatFlags flags, uint bias)
    @property
    F
    get
    (
    F
    )
    ()
    if (
    staticIndexOf!(immutable F, immutable float, immutable double, immutable real) >= 0
    )
    if (
    isCorrectCustomFloat(precision, exponentWidth, flags)
    )
  2. alias opCast = get

Meta

Suggestion Box / Bug Report