DecimalDataFrameColumn.ReverseSubtract 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ReverseSubtract(UInt64, Boolean)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseSubtract(ulong value, bool inPlace = false);
override this.ReverseSubtract : uint64 * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseSubtract (value As ULong, Optional inPlace As Boolean = false) As DecimalDataFrameColumn
매개 변수
- value
- UInt64
- inPlace
- Boolean
반환
적용 대상
ReverseSubtract(UInt32, Boolean)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseSubtract(uint value, bool inPlace = false);
override this.ReverseSubtract : uint32 * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseSubtract (value As UInteger, Optional inPlace As Boolean = false) As DecimalDataFrameColumn
매개 변수
- value
- UInt32
- inPlace
- Boolean
반환
적용 대상
ReverseSubtract(UInt16, Boolean)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseSubtract(ushort value, bool inPlace = false);
override this.ReverseSubtract : uint16 * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseSubtract (value As UShort, Optional inPlace As Boolean = false) As DecimalDataFrameColumn
매개 변수
- value
- UInt16
- inPlace
- Boolean
반환
적용 대상
ReverseSubtract(SByte, Boolean)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseSubtract(sbyte value, bool inPlace = false);
override this.ReverseSubtract : sbyte * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseSubtract (value As SByte, Optional inPlace As Boolean = false) As DecimalDataFrameColumn
매개 변수
- value
- SByte
- inPlace
- Boolean
반환
적용 대상
ReverseSubtract(Int16, Boolean)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseSubtract(short value, bool inPlace = false);
override this.ReverseSubtract : int16 * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseSubtract (value As Short, Optional inPlace As Boolean = false) As DecimalDataFrameColumn
매개 변수
- value
- Int16
- inPlace
- Boolean
반환
적용 대상
ReverseSubtract(Int32, Boolean)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseSubtract(int value, bool inPlace = false);
override this.ReverseSubtract : int * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseSubtract (value As Integer, Optional inPlace As Boolean = false) As DecimalDataFrameColumn
매개 변수
- value
- Int32
- inPlace
- Boolean
반환
적용 대상
ReverseSubtract(Decimal, Boolean)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseSubtract(decimal value, bool inPlace = false);
override this.ReverseSubtract : decimal * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseSubtract (value As Decimal, Optional inPlace As Boolean = false) As DecimalDataFrameColumn
매개 변수
- value
- Decimal
- inPlace
- Boolean
반환
적용 대상
ReverseSubtract(Byte, Boolean)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseSubtract(byte value, bool inPlace = false);
override this.ReverseSubtract : byte * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseSubtract (value As Byte, Optional inPlace As Boolean = false) As DecimalDataFrameColumn
매개 변수
- value
- Byte
- inPlace
- Boolean
반환
적용 대상
ReverseSubtract(Int64, Boolean)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseSubtract(long value, bool inPlace = false);
override this.ReverseSubtract : int64 * bool -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseSubtract (value As Long, Optional inPlace As Boolean = false) As DecimalDataFrameColumn
매개 변수
- value
- Int64
- inPlace
- Boolean