C# Class Redu.Util.FloatExtensions

显示文件 Open project: arccoza/redu

Public Methods

Method Description
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

Method Details

Times() public static method

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

Times() public static method

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

Times() public static method

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

Times() public static method

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

Times() public static method

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

Times() public static method

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