ArrayAttributes Implicit  Conversion (Int32 to ArrayAttributes)

Converts an integer to array attributes.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static implicit operator ArrayAttributes (
	int value
)

Parameters

value  Int32
An integer.

Return Value

ArrayAttributes
The corresponding array attributes.

See Also