Пример #1
0
 public TokenFloat(Double value, FloatSuffix suffix, String source)
 {
     this.Value  = value;
     this.Suffix = suffix;
     this.Source = source;
 }
Пример #2
0
 public TokenFloat(Double value, FloatSuffix suffix, String source) {
     this.Value = value;
     this.Suffix = suffix;
     this.Source = source;
 }