NegativeFreqException Constructor (Int32, Int32, Double) |
A negative frequency was encountered.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public NegativeFreqException(
int rowIndex,
int invocation,
double val
)
Public Sub New (
rowIndex As Integer,
invocation As Integer,
val As Double
)
public:
NegativeFreqException(
int rowIndex,
int invocation,
double val
)
new :
rowIndex : int *
invocation : int *
val : float -> NegativeFreqException
Parameters
- rowIndex
- Type: SystemInt32
An int which specifies the row index of
X for which the frequency is negative.
- invocation
- Type: SystemInt32
An int which specifies the invocation
number at which the error occurred. A 3 would indicate
that the error occurred on the third invocation.
- val
- Type: SystemDouble
AAn double which represents the value of the
frequency encountered.
See Also