BooleanDataFrameColumn.And 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
And(BooleanDataFrameColumn, Boolean) | |
And(Boolean, Boolean) |
And(BooleanDataFrameColumn, Boolean)
public Microsoft.Data.Analysis.BooleanDataFrameColumn And (Microsoft.Data.Analysis.BooleanDataFrameColumn column, bool inPlace = false);
override this.And : Microsoft.Data.Analysis.BooleanDataFrameColumn * bool -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function And (column As BooleanDataFrameColumn, Optional inPlace As Boolean = false) As BooleanDataFrameColumn
Parameters
- column
- BooleanDataFrameColumn
- inPlace
- Boolean
Returns
Applies to
And(Boolean, Boolean)
public Microsoft.Data.Analysis.BooleanDataFrameColumn And (bool value, bool inPlace = false);
override this.And : bool * bool -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function And (value As Boolean, Optional inPlace As Boolean = false) As BooleanDataFrameColumn
Parameters
- value
- Boolean
- inPlace
- Boolean