Click or drag to resize

VectorMathElementsAtT(T, Int32) Method

[Missing <summary> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorMath.ElementsAt``1(``0[],System.Int32[])"]


Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static T[] ElementsAt<T>(
	this T[] array,
	int[] indices
)

Parameters

array  T

[Missing <param name="array"/> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorMath.ElementsAt``1(``0[],System.Int32[])"]

indices  Int32

[Missing <param name="indices"/> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorMath.ElementsAt``1(``0[],System.Int32[])"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorMath.ElementsAt``1(``0[],System.Int32[])"]

Return Value

T

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorMath.ElementsAt``1(``0[],System.Int32[])"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type T. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also