The OpenD Programming Language

CustomFloat.opCast

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

import std.numeric;
struct CustomFloat(uint precision, uint exponentWidth, CustomFloatFlags flags, uint bias)
alias opCast = get

Meta