C# Class CascadeSharp.TKBO.IntTools.IntTools_Range

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
First ( ) : double
IntTools_Range ( ) : System
IntTools_Range ( IntTools_Range parameter1 ) : System
IntTools_Range ( double aFirst, double aLast ) : System
Last ( ) : double
Range ( double &aFirst, double &aLast ) : void
SetFirst ( double aFirst ) : void
SetLast ( double aLast ) : void

Method Details

First() public method

public First ( ) : double
return double

IntTools_Range() public method

public IntTools_Range ( ) : System
return System

IntTools_Range() public method

public IntTools_Range ( IntTools_Range parameter1 ) : System
parameter1 IntTools_Range
return System

IntTools_Range() public method

public IntTools_Range ( double aFirst, double aLast ) : System
aFirst double
aLast double
return System

Last() public method

public Last ( ) : double
return double

Range() public method

public Range ( double &aFirst, double &aLast ) : void
aFirst double
aLast double
return void

SetFirst() public method

public SetFirst ( double aFirst ) : void
aFirst double
return void

SetLast() public method

public SetLast ( double aLast ) : void
aLast double
return void