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!

Compiler Warning (level 2) C4756

overflow in constant arithmetic

The compiler generated an exception while doing constant arithmetic during compilation.

Example

float fp_val = 1.0e100;

In this example, the floating-point constant 1.0e100 exceeds the maximum allowable value for a double-precision data item.