CustomFloat.opAssign

void opAssign(F: CustomFloat)(F input)

Self assignment

void opAssign(F)(F input) if (__traits(compiles, cast(real) input))

Assigns from any real compatible type.