NumberEqualityComparer {Microsoft.VisualBasic.Math} | .NET clr documentation |
当两个数的误差值的绝对值小于阈值的时候认为两个数字相等
# namespace Microsoft.VisualBasic.Math
export class NumberEqualityComparer {
# the threshold value
DeltaTolerance: double;
}