C# 클래스 Sharekhan.domain.Price

파일 보기 프로젝트 열기: anagri/sharekhan 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Null Price

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Price ( ) : System

메소드 상세

Compute() 공개 메소드

public Compute ( double>.Func func ) : Price
func double>.Func
리턴 Price

Equals() 공개 메소드

public Equals ( Price other ) : bool
other Price
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetEffectiveReturn() 공개 메소드

public GetEffectiveReturn ( double duration, double rate ) : Price
duration double
rate double
리턴 Price

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Price() 공개 메소드

public Price ( double price ) : System
price double
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : Price
리턴 Price

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Null 공개적으로 정적으로 프로퍼티

public static Price,Sharekhan.domain Null
리턴 Price