ExampleStruct Explicit operator (1 of 2)

Explicit cast to integer.

public static explicit operator int(ExampleStruct value)

See Also


ExampleStruct Explicit operator (2 of 2)

Explicit cast from integer.

public static explicit operator ExampleStruct(int value)

See Also