SByteDataFrameColumn.ReverseMultiply 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
ReverseMultiply(UInt64)
public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseMultiply(ulong value);
override this.ReverseMultiply : uint64 -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseMultiply (value As ULong) As SingleDataFrameColumn
Parametreler
- value
- UInt64
Döndürülenler
Şunlara uygulanır
ReverseMultiply(UInt32)
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseMultiply(uint value);
override this.ReverseMultiply : uint32 -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseMultiply (value As UInteger) As Int64DataFrameColumn
Parametreler
- value
- UInt32
Döndürülenler
Şunlara uygulanır
ReverseMultiply(UInt16)
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseMultiply(ushort value);
override this.ReverseMultiply : uint16 -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseMultiply (value As UShort) As Int32DataFrameColumn
Parametreler
- value
- UInt16
Döndürülenler
Şunlara uygulanır
ReverseMultiply(Single)
public Microsoft.Data.Analysis.SingleDataFrameColumn ReverseMultiply(float value);
override this.ReverseMultiply : single -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function ReverseMultiply (value As Single) As SingleDataFrameColumn
Parametreler
- value
- Single
Döndürülenler
Şunlara uygulanır
ReverseMultiply(SByte)
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseMultiply(sbyte value);
override this.ReverseMultiply : sbyte -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseMultiply (value As SByte) As Int32DataFrameColumn
Parametreler
- value
- SByte
Döndürülenler
Şunlara uygulanır
ReverseMultiply(Int64)
public Microsoft.Data.Analysis.Int64DataFrameColumn ReverseMultiply(long value);
override this.ReverseMultiply : int64 -> Microsoft.Data.Analysis.Int64DataFrameColumn
Public Function ReverseMultiply (value As Long) As Int64DataFrameColumn
Parametreler
- value
- Int64
Döndürülenler
Şunlara uygulanır
ReverseMultiply(Int16)
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseMultiply(short value);
override this.ReverseMultiply : int16 -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseMultiply (value As Short) As Int32DataFrameColumn
Parametreler
- value
- Int16
Döndürülenler
Şunlara uygulanır
ReverseMultiply(Double)
public Microsoft.Data.Analysis.DoubleDataFrameColumn ReverseMultiply(double value);
override this.ReverseMultiply : double -> Microsoft.Data.Analysis.DoubleDataFrameColumn
Public Function ReverseMultiply (value As Double) As DoubleDataFrameColumn
Parametreler
- value
- Double
Döndürülenler
Şunlara uygulanır
ReverseMultiply(Decimal)
public Microsoft.Data.Analysis.DecimalDataFrameColumn ReverseMultiply(decimal value);
override this.ReverseMultiply : decimal -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function ReverseMultiply (value As Decimal) As DecimalDataFrameColumn
Parametreler
- value
- Decimal
Döndürülenler
Şunlara uygulanır
ReverseMultiply(Byte)
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseMultiply(byte value);
override this.ReverseMultiply : byte -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseMultiply (value As Byte) As Int32DataFrameColumn
Parametreler
- value
- Byte
Döndürülenler
Şunlara uygulanır
ReverseMultiply(Int32)
public Microsoft.Data.Analysis.Int32DataFrameColumn ReverseMultiply(int value);
override this.ReverseMultiply : int -> Microsoft.Data.Analysis.Int32DataFrameColumn
Public Function ReverseMultiply (value As Integer) As Int32DataFrameColumn
Parametreler
- value
- Int32