Returns the default array attributes for an array that is created
with the specified intent.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static ArrayAttributes DefaultForIntent(
Intent intent
)
Public Shared Function DefaultForIntent (
intent As Intent
) As ArrayAttributes
public:
static ArrayAttributes DefaultForIntent(
Intent intent
)
static member DefaultForIntent :
intent : Intent -> ArrayAttributes
Parameters
- intent
- Type: Extreme.MathematicsIntent
The intended use of the array.
Return Value
Type:
ArrayAttributesThe default attributes for the array.
Reference