CustomFloat.opCast

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

  1. F get [@property getter]
  2. alias opCast = get
    struct CustomFloat(uint precision, uint exponentWidth, CustomFloatFlags flags, uint bias)
    alias opCast = get

Meta

Suggestion Box / Bug Report