C# 클래스 Redu.Util.FloatExtensions

파일 보기 프로젝트 열기: arccoza/redu

공개 메소드들

메소드 설명
Times ( this f, System.Action action ) : Decimal
Times ( this f, Func action ) : Decimal
Times ( this f, System.Action action ) : Double
Times ( this f, Func action ) : Double
Times ( this f, System.Action action ) : System.Single
Times ( this f, Func action ) : System.Single

메소드 상세

Times() 공개 정적인 메소드

public static Times ( this f, System.Action action ) : Decimal
f this
action System.Action
리턴 Decimal

Times() 공개 정적인 메소드

public static Times ( this f, Func action ) : Decimal
f this
action Func
리턴 Decimal

Times() 공개 정적인 메소드

public static Times ( this f, System.Action action ) : Double
f this
action System.Action
리턴 Double

Times() 공개 정적인 메소드

public static Times ( this f, Func action ) : Double
f this
action Func
리턴 Double

Times() 공개 정적인 메소드

public static Times ( this f, System.Action action ) : System.Single
f this
action System.Action
리턴 System.Single

Times() 공개 정적인 메소드

public static Times ( this f, Func action ) : System.Single
f this
action Func
리턴 System.Single