Click or drag to resize
sqx

SUMIF Structure

Aggregate [float] SUMIF([float] Value, [bit] Truth)

Namespace:  sqx
Assembly:  SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntax
C#
[SerializableAttribute]
public struct SUMIF
Remarks
Sum if aggregate function.
Return SUM(Value) where Truth = 1.
Return NULL if Value is not NULL and Truth is NULL.

Attributes

Format.Native, IsInvariantToDuplicates = false, IsInvariantToNulls = false, IsInvariantToOrder = true, IsNullIfEmpty = true
See Also