C# 클래스 LeastSquares, chronojump

파일 보기 프로젝트 열기: GNOME/chronojump 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Coef double[]
Success bool

공개 메소드들

메소드 설명
LeastSquares ( ) : System
Test ( ) : void
calculate ( ) : void

메소드 상세

LeastSquares() 공개 메소드

public LeastSquares ( ) : System
리턴 System

Test() 공개 메소드

public Test ( ) : void
리턴 void

calculate() 공개 메소드

public calculate ( ) : void
리턴 void

프로퍼티 상세

Coef 공개적으로 프로퍼티

public double[] Coef
리턴 double[]

Success 공개적으로 프로퍼티

public bool Success
리턴 bool