C# Класс Vertesaur.Generation.Expressions.AsinhExpression

An inverse hyperbolic sine expression.
Наследование: ReducibleUnaryExpressionBase
Показать файл Открыть проект

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

Метод Описание
AsinhExpression ( Expression input, IExpressionGenerator generator = null ) : System.Diagnostics.Contracts

Creates a new inverse hyperbolic sine expression.

Reduce ( ) : Expression

Приватные методы

Метод Описание
CreateExpression ( Expression input ) : Expression

Описание методов

AsinhExpression() публичный Метод

Creates a new inverse hyperbolic sine expression.
public AsinhExpression ( Expression input, IExpressionGenerator generator = null ) : System.Diagnostics.Contracts
input System.Linq.Expressions.Expression The expression to calculate the inverse hyperbolic sine of.
generator IExpressionGenerator The optional expression generator used during reduction.
Результат System.Diagnostics.Contracts

Reduce() публичный Метод

public Reduce ( ) : Expression
Результат System.Linq.Expressions.Expression