Store(Store) Constructor

Constructor of context-class Store. Creates full copy of the specified Store object. Handy for multi-threading calculations.

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public Store(
	Store store
)

Parameters

store  Store
 

See Also