예제 #1
0
 public static F64 Nabs(F64 a)
 {
     return(FromRaw(Fixed64.Nabs(a.Raw)));
 }