Gets or sets the resultant storage location. Set to true for in-place computation, false for out-of-place computation.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public bool InPlace { get; set; }
Visual Basic (Declaration)
Public Property InPlace As Boolean
Visual C++
public:
property bool InPlace {
	bool get ();
	void set (bool value);
}

See Also