C# Class EFSServiceClient.EFSService.Segment

Manually written code to access EFSModel
Inheritance: ISegment
Show file Open project: ERTMSSolutions/ERTMSFormalSpecs

Public Methods

Method Description
DisplayValue ( ) : string

Provides the display value of this value

Evaluate ( double x ) : double

Evaluates the value of the function for the given X

Method Details

DisplayValue() public method

Provides the display value of this value
public DisplayValue ( ) : string
return string

Evaluate() public method

Evaluates the value of the function for the given X
public Evaluate ( double x ) : double
x double
return double