C# 클래스 QLNet.TimeGrid

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

공개 메소드들

메소드 설명
First ( ) : double
Last ( ) : double
TimeGrid ( List times, int steps ) : System
TimeGrid ( double end, int steps ) : System
closestIndex ( double t ) : int
closestTime ( double t ) : double
dt ( int i ) : double
empty ( ) : bool
index ( double t ) : int
mandatoryTimes ( ) : List
size ( ) : int
this ( int i ) : double

메소드 상세

First() 공개 메소드

public First ( ) : double
리턴 double

Last() 공개 메소드

public Last ( ) : double
리턴 double

TimeGrid() 공개 메소드

public TimeGrid ( List times, int steps ) : System
times List
steps int
리턴 System

TimeGrid() 공개 메소드

public TimeGrid ( double end, int steps ) : System
end double
steps int
리턴 System

closestIndex() 공개 메소드

public closestIndex ( double t ) : int
t double
리턴 int

closestTime() 공개 메소드

public closestTime ( double t ) : double
t double
리턴 double

dt() 공개 메소드

public dt ( int i ) : double
i int
리턴 double

empty() 공개 메소드

public empty ( ) : bool
리턴 bool

index() 공개 메소드

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

mandatoryTimes() 공개 메소드

public mandatoryTimes ( ) : List
리턴 List

size() 공개 메소드

public size ( ) : int
리턴 int

this() 공개 메소드

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