Exemple #1
0
 public Fixed NextFixed(Fixed max)
 {
     return(NextFixed(Fixed.Zero, max));
 }