ILNumerics Ultimate VS

ExtensionMethodsGetValue Method (BaseArrayfcomplex, InArrayInt64)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Retrieves the value at the element addressed by indices stored in an index array. Int64 indexing.

[ILNumerics Core Module]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static fcomplex GetValue(
	this BaseArray<fcomplex> A,
	InArray<long> indices
)

Parameters

A
Type: ILNumericsBaseArrayfcomplex
The array instance.
indices
Type: ILNumericsInArrayInt64
Index array addressing the element to be retrieved.

Return Value

Type: fcomplex
The element value at the position as specified by indices.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type BaseArrayfcomplex. 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).
Remarks

[ILNumerics Core Module]

See Also

Reference