Пример #1
0
 protected override BigFloat Negate(BigFloat value)
 {
     return(BigFloat.Negate(value));
 }