C# 클래스 GainBias, pyramidwarf

파일 보기 프로젝트 열기: renaudbedard/pyramidwarf

공개 메소드들

메소드 설명
Bias ( double time, double bias ) : float
Gain ( double time, double gain ) : float

메소드 상세

Bias() 공개 정적인 메소드

public static Bias ( double time, double bias ) : float
time double
bias double
리턴 float

Gain() 공개 정적인 메소드

public static Gain ( double time, double gain ) : float
time double
gain double
리턴 float