コード例 #1
0
ファイル: AmountComparer.cs プロジェクト: softwx/csunits
 static AmountComparer()
 {
     smkEqualityTolerance = AmountConverter.ToAmountType(1.0e-5);
     Instance             = new AmountComparer();
 }
コード例 #2
0
ファイル: AmountComparer.cs プロジェクト: neoeinstein/csunits
 static AmountComparer()
 {
     smkEqualityTolerance = AmountConverter.ToAmountType(1.0e-5);
     Instance = new AmountComparer();
 }