C# Class F1Publisher.DataGenerators.FloatingPointScalarEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: pushtechnology/blog-steering-wheel Class Usage Examples

Public Properties

Property Type Description
Value double

Public Methods

Method Description
FloatingPointScalarEventArgs ( double value ) : System

Method Details

FloatingPointScalarEventArgs() public method

public FloatingPointScalarEventArgs ( double value ) : System
value double
return System

Property Details

Value public_oe property

public double Value
return double