ArrayAttributes.DefaultForIntent Method

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

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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