PrimitiveDataFrameColumn<T>.Modulo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Modulo(DataFrameColumn, Boolean) |
Performs element-wise modulus |
Modulo<U>(U, Boolean) |
Performs an element-wise modulus operation on each value in the column |
Modulo(DataFrameColumn, Boolean)
Performs element-wise modulus
public override Microsoft.Data.Analysis.DataFrameColumn Modulo (Microsoft.Data.Analysis.DataFrameColumn column, bool inPlace = false);
override this.Modulo : Microsoft.Data.Analysis.DataFrameColumn * bool -> Microsoft.Data.Analysis.DataFrameColumn
Public Overrides Function Modulo (column As DataFrameColumn, Optional inPlace As Boolean = false) As DataFrameColumn
Parameters
- column
- DataFrameColumn
- inPlace
- Boolean
Returns
Applies to
Modulo<U>(U, Boolean)
Performs an element-wise modulus operation on each value in the column
public override Microsoft.Data.Analysis.DataFrameColumn Modulo<U> (U value, bool inPlace = false);
override this.Modulo : 'U * bool -> Microsoft.Data.Analysis.DataFrameColumn
Public Overrides Function Modulo(Of U) (value As U, Optional inPlace As Boolean = false) As DataFrameColumn
Type Parameters
- U
Parameters
- value
- U
- inPlace
- Boolean