public static F64 Round(F64 a) { return(FromRaw(Fixed64.Round(a.raw))); }
public F64 Round() { return(FromRaw(Fixed64.Round(raw))); }