DoxigAlpha

toFloat

Convert self to Float.

Source

Implementation

#
pub fn toFloat(self: Mutable, comptime Float: type, round: Round) struct { Float, Exactness } {
    return self.toConst().toFloat(Float, round);
}