C# 클래스 CascadeSharp.TKBO.IntTools.IntTools_CurveRangeSample

상속: CascadeSharp.TKBO.IntTools.IntTools_BaseRangeSample
파일 보기 프로젝트 열기: Oblikovati/CascadeSharp 1 사용 예제들

공개 메소드들

메소드 설명
GetRange ( double theFirst, double theLast, int theNbSample ) : IntTools_Range
GetRangeIndex ( ) : int
GetRangeIndexDeeper ( int theNbSample ) : int
IntTools_CurveRangeSample ( ) : System
IntTools_CurveRangeSample ( IntTools_CurveRangeSample parameter1 ) : System
IntTools_CurveRangeSample ( int theIndex ) : System
IsEqual ( IntTools_CurveRangeSample Other ) : bool
SetRangeIndex ( int theIndex ) : void

메소드 상세

GetRange() 공개 메소드

public GetRange ( double theFirst, double theLast, int theNbSample ) : IntTools_Range
theFirst double
theLast double
theNbSample int
리턴 IntTools_Range

GetRangeIndex() 공개 메소드

public GetRangeIndex ( ) : int
리턴 int

GetRangeIndexDeeper() 공개 메소드

public GetRangeIndexDeeper ( int theNbSample ) : int
theNbSample int
리턴 int

IntTools_CurveRangeSample() 공개 메소드

public IntTools_CurveRangeSample ( ) : System
리턴 System

IntTools_CurveRangeSample() 공개 메소드

public IntTools_CurveRangeSample ( IntTools_CurveRangeSample parameter1 ) : System
parameter1 IntTools_CurveRangeSample
리턴 System

IntTools_CurveRangeSample() 공개 메소드

public IntTools_CurveRangeSample ( int theIndex ) : System
theIndex int
리턴 System

IsEqual() 공개 메소드

public IsEqual ( IntTools_CurveRangeSample Other ) : bool
Other IntTools_CurveRangeSample
리턴 bool

SetRangeIndex() 공개 메소드

public SetRangeIndex ( int theIndex ) : void
theIndex int
리턴 void