NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

NotFiniteNumberException.OffendingNumber

Determines whether the Double is a finite number.

[Visual Basic]
Overridable Public ReadOnly Property OffendingNumber As Double
[C#]
public double OffendingNumber {virtual get;}
[C++]
public: __property virtual double get_OffendingNumber();
[JScript]
public function get OffendingNumber() : double;

Property Value

The offending number.

Remarks

The OffendingNumber property determines whether the numbers are a Double, which are numbers that are four-byte, double precision, floating-point.

See Also

NotFiniteNumberException Class | NotFiniteNumberException Members | System Namespace