[Missing <summary> documentation for "M:CWrapper.LongVector.Repeat(System.Int32,System.Int32)"]

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

Syntax

C#
public static LongVector Repeat(
	int value,
	int count
)
Visual Basic (Declaration)
Public Shared Function Repeat ( _
	value As Integer, _
	count As Integer _
) As LongVector
Visual C++
public:
static LongVector^ Repeat(
	int value, 
	int count
)

Parameters

value
Type: System..::.Int32

[Missing <param name="value"/> documentation for "M:CWrapper.LongVector.Repeat(System.Int32,System.Int32)"]

count
Type: System..::.Int32

[Missing <param name="count"/> documentation for "M:CWrapper.LongVector.Repeat(System.Int32,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:CWrapper.LongVector.Repeat(System.Int32,System.Int32)"]

See Also