예제 #1
0
 /// <inheritdoc/>
 public void Double(double value)
 {
     BeforeValue();
     _tw.Double(value);
 }