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

An expression representing the dot product of two vectors.
Наследование: ReducibleExpressionBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
CodeContractInvariants void

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

Метод Описание
DotProductExpression ( Expression components, IExpressionGenerator reductionExpressionGenerator = null ) : System

Creates a new dot product expression.

Reduce ( ) : Expression

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

Метод Описание
CodeContractInvariants ( ) : void

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

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

Creates a new dot product expression.
public DotProductExpression ( Expression components, IExpressionGenerator reductionExpressionGenerator = null ) : System
components System.Linq.Expressions.Expression The ordered components of the two vectors in the order of first vectors coordinates then second vectors coordinates (ex: x0,y0,x1,y1).
reductionExpressionGenerator IExpressionGenerator The optional expression generator that can be used to produce reduced expressions.
Результат System

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

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