C# Класс Redu.Util.FloatExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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