Operator implicit operator
implicit operator int(MarkerIndex)
Implicit conversion from a marker index to an integer value.
Declaration
public static implicit operator int(Binary.MarkerIndex markerIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| Binary.MarkerIndex | markerIndex |
Returns
| Type | Description |
|---|---|
| int |
implicit operator MarkerIndex(int)
Implicit conversion from an integer value to a marker index.
Declaration
public static implicit operator Binary.MarkerIndex(int markerIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| int | markerIndex |
Returns
| Type | Description |
|---|---|
| Binary.MarkerIndex |