DataFrame.Xor 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
Xor(IReadOnlyList<Boolean>, Boolean) | |
Xor(Boolean, Boolean) |
Performs an element-wise boolean Xor on each column |
Xor(IReadOnlyList<Boolean>, Boolean)
public Microsoft.Data.Analysis.DataFrame Xor (System.Collections.Generic.IReadOnlyList<bool> values, bool inPlace = false);
member this.Xor : System.Collections.Generic.IReadOnlyList<bool> * bool -> Microsoft.Data.Analysis.DataFrame
Public Function Xor (values As IReadOnlyList(Of Boolean), Optional inPlace As Boolean = false) As DataFrame
Parameters
- values
- IReadOnlyList<Boolean>
- inPlace
- Boolean
Returns
Applies to
Xor(Boolean, Boolean)
Performs an element-wise boolean Xor on each column
public Microsoft.Data.Analysis.DataFrame Xor (bool value, bool inPlace = false);
member this.Xor : bool * bool -> Microsoft.Data.Analysis.DataFrame
Public Function Xor (value As Boolean, Optional inPlace As Boolean = false) As DataFrame
Parameters
- value
- Boolean
- inPlace
- Boolean