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

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

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

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

Creates a new inverse hyperbolic cosine expression.

Reduce ( ) : Expression

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

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

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

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

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

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

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