Initializes a new instance of the LongVector class

Namespace:  CWrapper
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public LongVector(
	LongVector other
)
Visual Basic (Declaration)
Public Sub New ( _
	other As LongVector _
)
Visual C++
public:
LongVector(
	LongVector^ other
)

Parameters

other
Type: CWrapper..::.LongVector

[Missing <param name="other"/> documentation for "M:CWrapper.LongVector.#ctor(CWrapper.LongVector)"]

See Also