UInt32DataFrameColumn.Subtract 方法

定义

重载

Subtract(Byte, Boolean)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt32DataFrameColumn Subtract(byte value, bool inPlace = false);
override this.Subtract : byte * bool -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Function Subtract (value As Byte, Optional inPlace As Boolean = false) As UInt32DataFrameColumn

参数

value
Byte
inPlace
Boolean

返回

适用于

Subtract(UInt32DataFrameColumn, Boolean)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt32DataFrameColumn Subtract(Microsoft.Data.Analysis.UInt32DataFrameColumn column, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.UInt32DataFrameColumn * bool -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Function Subtract (column As UInt32DataFrameColumn, Optional inPlace As Boolean = false) As UInt32DataFrameColumn

参数

inPlace
Boolean

返回

适用于

Subtract(UInt16DataFrameColumn, Boolean)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt32DataFrameColumn Subtract(Microsoft.Data.Analysis.UInt16DataFrameColumn column, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.UInt16DataFrameColumn * bool -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Function Subtract (column As UInt16DataFrameColumn, Optional inPlace As Boolean = false) As UInt32DataFrameColumn

参数

inPlace
Boolean

返回

适用于

Subtract(ByteDataFrameColumn, Boolean)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt32DataFrameColumn Subtract(Microsoft.Data.Analysis.ByteDataFrameColumn column, bool inPlace = false);
override this.Subtract : Microsoft.Data.Analysis.ByteDataFrameColumn * bool -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Function Subtract (column As ByteDataFrameColumn, Optional inPlace As Boolean = false) As UInt32DataFrameColumn

参数

inPlace
Boolean

返回

适用于

Subtract(UInt64)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt64DataFrameColumn Subtract(ulong value);
override this.Subtract : uint64 -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function Subtract (value As ULong) As UInt64DataFrameColumn

参数

value
UInt64

返回

适用于

Subtract(Single)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.SingleDataFrameColumn Subtract(float value);
override this.Subtract : single -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function Subtract (value As Single) As SingleDataFrameColumn

参数

value
Single

返回

适用于

Subtract(SByte)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int64DataFrameColumn Subtract(sbyte value);
override this.Subtract : sbyte -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Subtract (value As SByte) As Int64DataFrameColumn

参数

value
SByte

返回

适用于

Subtract(Int64)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int64DataFrameColumn Subtract(long value);
override this.Subtract : int64 -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Subtract (value As Long) As Int64DataFrameColumn

参数

value
Int64

返回

适用于

Subtract(Int32)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int64DataFrameColumn Subtract(int value);
override this.Subtract : int -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Subtract (value As Integer) As Int64DataFrameColumn

参数

value
Int32

返回

适用于

Subtract(Int16)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int64DataFrameColumn Subtract(short value);
override this.Subtract : int16 -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Subtract (value As Short) As Int64DataFrameColumn

参数

value
Int16

返回

适用于

Subtract(UInt64DataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt64DataFrameColumn Subtract(Microsoft.Data.Analysis.UInt64DataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.UInt64DataFrameColumn -> Microsoft.Data.Analysis.UInt64DataFrameColumn
Public Function Subtract (column As UInt64DataFrameColumn) As UInt64DataFrameColumn

参数

返回

适用于

Subtract(Decimal)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Subtract(decimal value);
override this.Subtract : decimal -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Subtract (value As Decimal) As DecimalDataFrameColumn

参数

value
Decimal

返回

适用于

Subtract(SingleDataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.SingleDataFrameColumn Subtract(Microsoft.Data.Analysis.SingleDataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.SingleDataFrameColumn -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function Subtract (column As SingleDataFrameColumn) As SingleDataFrameColumn

参数

返回

适用于

Subtract(SByteDataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int64DataFrameColumn Subtract(Microsoft.Data.Analysis.SByteDataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.SByteDataFrameColumn -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Subtract (column As SByteDataFrameColumn) As Int64DataFrameColumn

参数

返回

适用于

Subtract(Int64DataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int64DataFrameColumn Subtract(Microsoft.Data.Analysis.Int64DataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.Int64DataFrameColumn -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Subtract (column As Int64DataFrameColumn) As Int64DataFrameColumn

参数

返回

适用于

Subtract(Int32DataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int64DataFrameColumn Subtract(Microsoft.Data.Analysis.Int32DataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.Int32DataFrameColumn -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Subtract (column As Int32DataFrameColumn) As Int64DataFrameColumn

参数

返回

适用于

Subtract(Int16DataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.Int64DataFrameColumn Subtract(Microsoft.Data.Analysis.Int16DataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.Int16DataFrameColumn -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function Subtract (column As Int16DataFrameColumn) As Int64DataFrameColumn

参数

返回

适用于

Subtract(DoubleDataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DoubleDataFrameColumn Subtract(Microsoft.Data.Analysis.DoubleDataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.DoubleDataFrameColumn -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Subtract (column As DoubleDataFrameColumn) As DoubleDataFrameColumn

参数

返回

适用于

Subtract(DecimalDataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DecimalDataFrameColumn Subtract(Microsoft.Data.Analysis.DecimalDataFrameColumn column);
override this.Subtract : Microsoft.Data.Analysis.DecimalDataFrameColumn -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function Subtract (column As DecimalDataFrameColumn) As DecimalDataFrameColumn

参数

返回

适用于

Subtract(UInt16, Boolean)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt32DataFrameColumn Subtract(ushort value, bool inPlace = false);
override this.Subtract : uint16 * bool -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Function Subtract (value As UShort, Optional inPlace As Boolean = false) As UInt32DataFrameColumn

参数

value
UInt16
inPlace
Boolean

返回

适用于

Subtract(Double)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.DoubleDataFrameColumn Subtract(double value);
override this.Subtract : double -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function Subtract (value As Double) As DoubleDataFrameColumn

参数

value
Double

返回

适用于

Subtract(UInt32, Boolean)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.UInt32DataFrameColumn Subtract(uint value, bool inPlace = false);
override this.Subtract : uint32 * bool -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Function Subtract (value As UInteger, Optional inPlace As Boolean = false) As UInt32DataFrameColumn

参数

value
UInt32
inPlace
Boolean

返回

适用于