Beispiel #1
0
 protected override BigFloat Truncate(BigFloat value)
 {
     return(value.Truncate());
 }