C# Class CascadeSharp.TKBO.IntTools.IntTools_CurveRangeSample

Inheritance: CascadeSharp.TKBO.IntTools.IntTools_BaseRangeSample
Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GetRange ( double theFirst, double theLast, int theNbSample ) : IntTools_Range
theFirst double
theLast double
theNbSample int
Résultat IntTools_Range

GetRangeIndex() public méthode

public GetRangeIndex ( ) : int
Résultat int

GetRangeIndexDeeper() public méthode

public GetRangeIndexDeeper ( int theNbSample ) : int
theNbSample int
Résultat int

IntTools_CurveRangeSample() public méthode

public IntTools_CurveRangeSample ( ) : System
Résultat System

IntTools_CurveRangeSample() public méthode

public IntTools_CurveRangeSample ( IntTools_CurveRangeSample parameter1 ) : System
parameter1 IntTools_CurveRangeSample
Résultat System

IntTools_CurveRangeSample() public méthode

public IntTools_CurveRangeSample ( int theIndex ) : System
theIndex int
Résultat System

IsEqual() public méthode

public IsEqual ( IntTools_CurveRangeSample Other ) : bool
Other IntTools_CurveRangeSample
Résultat bool

SetRangeIndex() public méthode

public SetRangeIndex ( int theIndex ) : void
theIndex int
Résultat void