Indicates if registered density model parameters are being estimated. If the returned value is false, parameter partials need not be computed
Read-only property
[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(); |