Store(Store) Constructor
Constructor of context-class Store. Creates full copy of the specified Store object. Handy for multi-threading calculations.
Namespace: SMath.MathAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public Store(
Store store
)
Public Sub New (
store As Store
)
public:
Store(
Store^ store
)
new :
store : Store -> Store
Parameters
- store Store
-