ArrayAttributes.DefaultForIntent Method

Returns the default array attributes for an array that is created with the specified intent.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static ArrayAttributes DefaultForIntent(
	Intent intent
)

Parameters

intent  Intent
The intended use of the array.

Return Value

ArrayAttributes
The default attributes for the array.

See Also