Description
Indicates if registered density model parameters are being estimated. If the returned value is false, parameter partials need not be computed
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ComputeParameterPartials() As Boolean
|
| [C#] |
|---|
public bool ComputeParameterPartials {get;}
|
| [Managed C++] |
|---|
public: __property bool get_ComputeParameterPartials();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ComputeParameterPartials(
VARIANT_BOOL * pComputeParameterPartials
);
|
| [Java] |
|---|
public bool getComputeParameterPartials();
|
See Also