C# Class PrepareEventGraphPulse, chronojump

Mostra file Open project: GNOME/chronojump Class Usage Examples

Public Properties

Property Type Description
lastTime double
timesString string

Public Methods

Method Description
PrepareEventGraphPulse ( ) : System
PrepareEventGraphPulse ( double lastTime, string timesString ) : System

Method Details

PrepareEventGraphPulse() public method

public PrepareEventGraphPulse ( ) : System
return System

PrepareEventGraphPulse() public method

public PrepareEventGraphPulse ( double lastTime, string timesString ) : System
lastTime double
timesString string
return System

Property Details

lastTime public_oe property

public double lastTime
return double

timesString public_oe property

public string timesString
return string