Converts an integer to array attributes.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
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.
Reference