C# Class Smrf.NodeXL.Layouts.EdgeBundler.KeyPair

ファイルを表示 Open project: 2014-sed-team3/term-project

Public Properties

Property Type Description
k1 int
k2 int

Public Methods

Method Description
KeyPair ( int n1, int n2 ) : System

Method Details

KeyPair() public method

public KeyPair ( int n1, int n2 ) : System
n1 int
n2 int
return System

Property Details

k1 public_oe property

public int k1
return int

k2 public_oe property

public int k2
return int