double SampleInterval = (PopulationValue - valueOfSignItems) / (SampleSize - noOfSignItems);
if my divisor = 0, sampleInterval wil bcom is infinite, and it will be = NaN if both dividends and divisor are equal = 0
I need to do my code when SampleInterval = infinity and in a different context when SampleInterval = NaN. How is this possible .. ?? can someone call me, how can I compare the desmin value with infinity or with NaN ??
source
share