Click or drag to resize
sqx

MODE Structure

Aggregate [float] MODE([float] Value, [smallint] Method)

Namespace:  sqx
Assembly:  SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntax
C#
[SerializableAttribute]
public struct MODE : IBinarySerialize
Remarks
Mode aggregate function.
Method:
  • 0 - Unimodal
  • 1 - Bimodal first rank
  • 2 - Bimodal second rank
  • 3 - Multimodal first rank
  • 4 - Multimodal last rank


NOTE: All parameters except Value must remain constant within the GROUP BY.

Attributes

Format.UserDefined, IsInvariantToDuplicates = false, IsInvariantToNulls = true, IsInvariantToOrder = true, IsNullIfEmpty = true, MaxByteSize = -1
See Also