SingleDataFrameColumn.ElementwiseEquals Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
ElementwiseEquals(Double)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals(double value);
override this.ElementwiseEquals : double -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (value As Double) As BooleanDataFrameColumn
Parametreler
- value
- Double
Döndürülenler
Şunlara uygulanır
ElementwiseEquals(UInt64)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals(ulong value);
override this.ElementwiseEquals : uint64 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (value As ULong) As BooleanDataFrameColumn
Parametreler
- value
- UInt64
Döndürülenler
Şunlara uygulanır
ElementwiseEquals(UInt32)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals(uint value);
override this.ElementwiseEquals : uint32 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (value As UInteger) As BooleanDataFrameColumn
Parametreler
- value
- UInt32
Döndürülenler
Şunlara uygulanır
ElementwiseEquals(UInt16)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals(ushort value);
override this.ElementwiseEquals : uint16 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (value As UShort) As BooleanDataFrameColumn
Parametreler
- value
- UInt16
Döndürülenler
Şunlara uygulanır
ElementwiseEquals(Single)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals(float value);
override this.ElementwiseEquals : single -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (value As Single) As BooleanDataFrameColumn
Parametreler
- value
- Single
Döndürülenler
Şunlara uygulanır
ElementwiseEquals(SByte)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals(sbyte value);
override this.ElementwiseEquals : sbyte -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (value As SByte) As BooleanDataFrameColumn
Parametreler
- value
- SByte
Döndürülenler
Şunlara uygulanır
ElementwiseEquals(Int64)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals(long value);
override this.ElementwiseEquals : int64 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (value As Long) As BooleanDataFrameColumn
Parametreler
- value
- Int64
Döndürülenler
Şunlara uygulanır
ElementwiseEquals(Int32)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals(int value);
override this.ElementwiseEquals : int -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (value As Integer) As BooleanDataFrameColumn
Parametreler
- value
- Int32
Döndürülenler
Şunlara uygulanır
ElementwiseEquals(Byte)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals(byte value);
override this.ElementwiseEquals : byte -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (value As Byte) As BooleanDataFrameColumn
Parametreler
- value
- Byte
Döndürülenler
Şunlara uygulanır
ElementwiseEquals(Int16)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals(short value);
override this.ElementwiseEquals : int16 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (value As Short) As BooleanDataFrameColumn
Parametreler
- value
- Int16
Döndürülenler
Şunlara uygulanır
ElementwiseEquals(UInt32DataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals(Microsoft.Data.Analysis.UInt32DataFrameColumn column);
override this.ElementwiseEquals : Microsoft.Data.Analysis.UInt32DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (column As UInt32DataFrameColumn) As BooleanDataFrameColumn
Parametreler
- column
- UInt32DataFrameColumn
Döndürülenler
Şunlara uygulanır
ElementwiseEquals(DoubleDataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals(Microsoft.Data.Analysis.DoubleDataFrameColumn column);
override this.ElementwiseEquals : Microsoft.Data.Analysis.DoubleDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (column As DoubleDataFrameColumn) As BooleanDataFrameColumn
Parametreler
- column
- DoubleDataFrameColumn
Döndürülenler
Şunlara uygulanır
ElementwiseEquals(Int16DataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals(Microsoft.Data.Analysis.Int16DataFrameColumn column);
override this.ElementwiseEquals : Microsoft.Data.Analysis.Int16DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (column As Int16DataFrameColumn) As BooleanDataFrameColumn
Parametreler
- column
- Int16DataFrameColumn
Döndürülenler
Şunlara uygulanır
ElementwiseEquals(Int32DataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals(Microsoft.Data.Analysis.Int32DataFrameColumn column);
override this.ElementwiseEquals : Microsoft.Data.Analysis.Int32DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (column As Int32DataFrameColumn) As BooleanDataFrameColumn
Parametreler
- column
- Int32DataFrameColumn
Döndürülenler
Şunlara uygulanır
ElementwiseEquals(Int64DataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals(Microsoft.Data.Analysis.Int64DataFrameColumn column);
override this.ElementwiseEquals : Microsoft.Data.Analysis.Int64DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (column As Int64DataFrameColumn) As BooleanDataFrameColumn
Parametreler
- column
- Int64DataFrameColumn
Döndürülenler
Şunlara uygulanır
ElementwiseEquals(ByteDataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals(Microsoft.Data.Analysis.ByteDataFrameColumn column);
override this.ElementwiseEquals : Microsoft.Data.Analysis.ByteDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (column As ByteDataFrameColumn) As BooleanDataFrameColumn
Parametreler
- column
- ByteDataFrameColumn
Döndürülenler
Şunlara uygulanır
ElementwiseEquals(SingleDataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals(Microsoft.Data.Analysis.SingleDataFrameColumn column);
override this.ElementwiseEquals : Microsoft.Data.Analysis.SingleDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (column As SingleDataFrameColumn) As BooleanDataFrameColumn
Parametreler
- column
- SingleDataFrameColumn
Döndürülenler
Şunlara uygulanır
ElementwiseEquals(UInt64DataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals(Microsoft.Data.Analysis.UInt64DataFrameColumn column);
override this.ElementwiseEquals : Microsoft.Data.Analysis.UInt64DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (column As UInt64DataFrameColumn) As BooleanDataFrameColumn
Parametreler
- column
- UInt64DataFrameColumn
Döndürülenler
Şunlara uygulanır
ElementwiseEquals(UInt16DataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals(Microsoft.Data.Analysis.UInt16DataFrameColumn column);
override this.ElementwiseEquals : Microsoft.Data.Analysis.UInt16DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (column As UInt16DataFrameColumn) As BooleanDataFrameColumn
Parametreler
- column
- UInt16DataFrameColumn
Döndürülenler
Şunlara uygulanır
ElementwiseEquals(SByteDataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals(Microsoft.Data.Analysis.SByteDataFrameColumn column);
override this.ElementwiseEquals : Microsoft.Data.Analysis.SByteDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (column As SByteDataFrameColumn) As BooleanDataFrameColumn
Parametreler
- column
- SByteDataFrameColumn