C# Class Sharekhan.domain.Price

显示文件 Open project: anagri/sharekhan Class Usage Examples

Public Properties

Property Type Description
Null Price

Public Methods

Method Description
Compute ( double>.Func func ) : Price
Equals ( Price other ) : bool
Equals ( object obj ) : bool
GetEffectiveReturn ( double duration, double rate ) : Price
GetHashCode ( ) : int
Price ( double price ) : System
operator ( ) : Price
operator ( ) : bool

Private Methods

Method Description
Price ( ) : System

Method Details

Compute() public method

public Compute ( double>.Func func ) : Price
func double>.Func
return Price

Equals() public method

public Equals ( Price other ) : bool
other Price
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetEffectiveReturn() public method

public GetEffectiveReturn ( double duration, double rate ) : Price
duration double
rate double
return Price

GetHashCode() public method

public GetHashCode ( ) : int
return int

Price() public method

public Price ( double price ) : System
price double
return System

operator() public static method

public static operator ( ) : Price
return Price

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Null public_oe static_oe property

public static Price,Sharekhan.domain Null
return Price