C# 클래스 ParallelCoordinatesDemo.Charts.DataSources.MultiDimensionalPoint

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: pwlodek/CodeGallery 1 사용 예제들

공개 메소드들

메소드 설명
MultiDimensionalPoint ( int dim ) : System
this ( int index ) : double

보호된 메소드들

메소드 설명
OnPropertyChanged ( string name ) : void

메소드 상세

MultiDimensionalPoint() 공개 메소드

public MultiDimensionalPoint ( int dim ) : System
dim int
리턴 System

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string name ) : void
name string
리턴 void

this() 공개 메소드

public this ( int index ) : double
index int
리턴 double