C# Class Redu.Util.FloatExtensions

Afficher le fichier Open project: arccoza/redu

Méthodes publiques

Méthode 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 méthode

public static Times ( this f, System.Action action ) : Decimal
f this
action System.Action
Résultat Decimal

Times() public static méthode

public static Times ( this f, Func action ) : Decimal
f this
action Func
Résultat Decimal

Times() public static méthode

public static Times ( this f, System.Action action ) : Double
f this
action System.Action
Résultat Double

Times() public static méthode

public static Times ( this f, Func action ) : Double
f this
action Func
Résultat Double

Times() public static méthode

public static Times ( this f, System.Action action ) : System.Single
f this
action System.Action
Résultat System.Single

Times() public static méthode

public static Times ( this f, Func action ) : System.Single
f this
action Func
Résultat System.Single