C# Class CascadeSharp.TKBO.IntTools.IntTools_CurveRangeSample

Inheritance: CascadeSharp.TKBO.IntTools.IntTools_BaseRangeSample
Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
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

Method Details

GetRange() public method

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

GetRangeIndex() public method

public GetRangeIndex ( ) : int
return int

GetRangeIndexDeeper() public method

public GetRangeIndexDeeper ( int theNbSample ) : int
theNbSample int
return int

IntTools_CurveRangeSample() public method

public IntTools_CurveRangeSample ( ) : System
return System

IntTools_CurveRangeSample() public method

public IntTools_CurveRangeSample ( IntTools_CurveRangeSample parameter1 ) : System
parameter1 IntTools_CurveRangeSample
return System

IntTools_CurveRangeSample() public method

public IntTools_CurveRangeSample ( int theIndex ) : System
theIndex int
return System

IsEqual() public method

public IsEqual ( IntTools_CurveRangeSample Other ) : bool
Other IntTools_CurveRangeSample
return bool

SetRangeIndex() public method

public SetRangeIndex ( int theIndex ) : void
theIndex int
return void