The dummy method.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public RegressorsForGLM..::.DummyType DummyMethod { get; set; }
Visual Basic (Declaration)
Public Property DummyMethod As RegressorsForGLM..::.DummyType
Visual C++
public:
property RegressorsForGLM..::.DummyType DummyMethod {
	RegressorsForGLM..::.DummyType get ();
	void set (RegressorsForGLM..::.DummyType value);
}

Remarks

One of All (the default), LeaveOutLast or SumToZero.

See Also