C# Class QLNet.DerivedQuote

Inheritance: Quote
Datei anzeigen Open project: ammachado/QLNet Class Usage Examples

Public Methods

Method Description
DerivedQuote ( Handle element, double>.Func f ) : System
isValid ( ) : bool
update ( ) : void
value ( ) : double

Method Details

DerivedQuote() public method

public DerivedQuote ( Handle element, double>.Func f ) : System
element Handle
f double>.Func
return System

isValid() public method

public isValid ( ) : bool
return bool

update() public method

public update ( ) : void
return void

value() public method

public value ( ) : double
return double