Returns the default array attributes for an array that is created
with the specified intent.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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.
Numerical Libraries
Supported in: 6.0, 5.x
Reference