Converts an integer to array attributes.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static implicit operator ArrayAttributes (
int value
)
Public Shared Widening Operator CType (
value As Integer
) As ArrayAttributes
static implicit operator ArrayAttributes (
int value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemInt32
An integer.
Return Value
Type:
ArrayAttributesThe corresponding array attributes.
Numerical Libraries
Supported in: 6.0, 5.x
Reference