FMControl Class |
Namespace: FinMath
public static class FMControl
The FMControl type exposes the following members.
Name | Description | |
---|---|---|
ReadTimeStampCounter |
Returns the processor time stamp counter. The processor time stamp records the number of clock cycles since the last reset.
|
Name | Description | |
---|---|---|
CheckForAbnormalValues |
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.
| |
DecimalEmptyCollectionsResult |
The result value for empty decimal collections processing.
| |
DefaultGenerator |
This random number generator will be used in all methods as default.
| |
DefaultNumberFormat |
This number format info is used for IO operations.
| |
ThrowOnEmptyCollection |
Generates exception for some methods on empty collections processing attempt.
For example the Mean value calculation of the empty collection will return Double.NaN.
With this flag enabled the exception will be generated.
Note not all methods checks this flag. For example the Sum method will return 0 for
empty collection regardless of this flag state.
|