Michi : Michi Namespace

Pair Class

Documentation for this section has not yet been entered.

Syntax

public class Pair

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

Members

See Also: Inherited members from object.

Public Constructors

Documentation for this section has not yet been entered.

Public Fields

x int . Documentation for this section has not yet been entered.
y int . Documentation for this section has not yet been entered.

Member Details

Pair Constructor

Documentation for this section has not yet been entered.

Syntax

public Pair (int x, int y)

Parameters

x
Documentation for this section has not yet been entered.
y
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

x Field

Documentation for this section has not yet been entered.

Syntax

public int x

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

y Field

Documentation for this section has not yet been entered.

Syntax

public int y

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0