FlexPivot for WPF | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / Op Class / Mod Method
First operand.
Second operand.

In This Topic
    Mod Method
    In This Topic
    Modulo: binary, simple (without aggregation) operation.
    Syntax
    'Declaration
     
    Public Shared Function Mod( _
       ByVal col1 As Column, _
       ByVal col2 As Column _
    ) As ColumnOp
    public static ColumnOp Mod( 
       Column col1,
       Column col2
    )

    Parameters

    col1
    First operand.
    col2
    Second operand.
    See Also