FMControlCheckForAbnormalValues Field
|
Gets or sets a value indicating whether all matrix and vector parameters will be checked
for presence of abnormal values (NaN, PositiveInfinity
and NegativeInfinity). The default setting of this property is false.
Setting this property to true may slow down the performance, but help to resolve some
issues in debug mode.
Namespace:
FinMath
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public static bool CheckForAbnormalValues
Field Value
Type:
BooleanSee Also