Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

Деление(QueryColumnExpression,IQueryColumnExpressionConvertible) - оператор Смотри также  Terrasoft.Core.DB - пространство имен > QueryColumnExpression - класс > Деление - оператор : Деление(QueryColumnExpression,IQueryColumnExpressionConvertible) - оператор C#

leftOperand
The column expression – left operand in the division operation.
rightOperand
The column expression – right operand in the division operation.

Glossary Item Box

Overloads the operator of the arithmetic division of the left column expression by the right column expression.

Синтаксис

public QueryColumnExpression operator /( 
   QueryColumnExpression leftOperand,
   IQueryColumnExpressionConvertible rightOperand
)

Параметры

leftOperand
The column expression – left operand in the division operation.
rightOperand
The column expression – right operand in the division operation.

Тип возвращаемого значения

A new column expression that represents the quotient of the leftOperand and rightOperand expression-operands.

Смотри также

© Terrasoft 2002-2017.