Streamable.Product 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Product<TKey,TPayload>(IStreamable<TKey,TPayload>, Expression<Func<TPayload,UInt64>>)
使用「快照集視窗」 (SI 術語) ,透過 ulong 計算時間敏感產品匯總。
public static Microsoft.StreamProcessing.IStreamable<TKey,ulong> Product<TKey,TPayload>(this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source, System.Linq.Expressions.Expression<Func<TPayload,ulong>> selector);
static member Product : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> * System.Linq.Expressions.Expression<Func<'Payload, uint64>> -> Microsoft.StreamProcessing.IStreamable<'Key, uint64>
<Extension()>
Public Function Product(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload), selector As Expression(Of Func(Of TPayload, ULong))) As IStreamable(Of TKey, ULong)
類型參數
- TKey
- TPayload
參數
- source
- IStreamable<TKey,TPayload>
- selector
- Expression<Func<TPayload,UInt64>>
傳回
適用於
Product<TKey,TPayload>(IStreamable<TKey,TPayload>, Expression<Func<TPayload,UInt32>>)
使用「snapshot windows」 (SI 術語) ,透過 uint 計算時間敏感性產品匯總。
public static Microsoft.StreamProcessing.IStreamable<TKey,uint> Product<TKey,TPayload>(this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source, System.Linq.Expressions.Expression<Func<TPayload,uint>> selector);
static member Product : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> * System.Linq.Expressions.Expression<Func<'Payload, uint32>> -> Microsoft.StreamProcessing.IStreamable<'Key, uint32>
<Extension()>
Public Function Product(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload), selector As Expression(Of Func(Of TPayload, UInteger))) As IStreamable(Of TKey, UInteger)
類型參數
- TKey
- TPayload
參數
- source
- IStreamable<TKey,TPayload>
- selector
- Expression<Func<TPayload,UInt32>>
傳回
適用於
Product<TKey,TPayload>(IStreamable<TKey,TPayload>, Expression<Func<TPayload,UInt16>>)
使用「snapshot windows」 (SI 術語) ,計算逾時產品匯總。
public static Microsoft.StreamProcessing.IStreamable<TKey,ushort> Product<TKey,TPayload>(this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source, System.Linq.Expressions.Expression<Func<TPayload,ushort>> selector);
static member Product : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> * System.Linq.Expressions.Expression<Func<'Payload, uint16>> -> Microsoft.StreamProcessing.IStreamable<'Key, uint16>
<Extension()>
Public Function Product(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload), selector As Expression(Of Func(Of TPayload, UShort))) As IStreamable(Of TKey, UShort)
類型參數
- TKey
- TPayload
參數
- source
- IStreamable<TKey,TPayload>
- selector
- Expression<Func<TPayload,UInt16>>
傳回
適用於
Product<TKey,TPayload>(IStreamable<TKey,TPayload>, Expression<Func<TPayload,Single>>)
使用「快照集視窗」 (SI 術語) 計算浮點數的時間敏感產品匯總。
public static Microsoft.StreamProcessing.IStreamable<TKey,float> Product<TKey,TPayload>(this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source, System.Linq.Expressions.Expression<Func<TPayload,float>> selector);
static member Product : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> * System.Linq.Expressions.Expression<Func<'Payload, single>> -> Microsoft.StreamProcessing.IStreamable<'Key, single>
<Extension()>
Public Function Product(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload), selector As Expression(Of Func(Of TPayload, Single))) As IStreamable(Of TKey, Single)
類型參數
- TKey
- TPayload
參數
- source
- IStreamable<TKey,TPayload>
- selector
- Expression<Func<TPayload,Single>>
傳回
適用於
Product<TKey,TPayload>(IStreamable<TKey,TPayload>, Expression<Func<TPayload,SByte>>)
使用「快照集視窗」 (SI 術語) ,計算位元組的時間敏感性產品匯總。
public static Microsoft.StreamProcessing.IStreamable<TKey,sbyte> Product<TKey,TPayload>(this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source, System.Linq.Expressions.Expression<Func<TPayload,sbyte>> selector);
static member Product : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> * System.Linq.Expressions.Expression<Func<'Payload, sbyte>> -> Microsoft.StreamProcessing.IStreamable<'Key, sbyte>
<Extension()>
Public Function Product(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload), selector As Expression(Of Func(Of TPayload, SByte))) As IStreamable(Of TKey, SByte)
類型參數
- TKey
- TPayload
參數
- source
- IStreamable<TKey,TPayload>
- selector
- Expression<Func<TPayload,SByte>>
傳回
適用於
Product<TKey,TPayload>(IStreamable<TKey,TPayload>, Expression<Func<TPayload,Complex>>)
使用「快照集視窗」 (SI 術語) ,計算複雜複本的時效性產品匯總。
public static Microsoft.StreamProcessing.IStreamable<TKey,System.Numerics.Complex> Product<TKey,TPayload>(this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source, System.Linq.Expressions.Expression<Func<TPayload,System.Numerics.Complex>> selector);
static member Product : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> * System.Linq.Expressions.Expression<Func<'Payload, System.Numerics.Complex>> -> Microsoft.StreamProcessing.IStreamable<'Key, System.Numerics.Complex>
<Extension()>
Public Function Product(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload), selector As Expression(Of Func(Of TPayload, Complex))) As IStreamable(Of TKey, Complex)
類型參數
- TKey
- TPayload
參數
- source
- IStreamable<TKey,TPayload>
- selector
- Expression<Func<TPayload,Complex>>
傳回
適用於
Product<TKey,TPayload>(IStreamable<TKey,TPayload>, Expression<Func<TPayload,BigInteger>>)
使用「snapshot windows」 (SI 術語) ,計算 BigIntegers 的時效性產品匯總。
public static Microsoft.StreamProcessing.IStreamable<TKey,System.Numerics.BigInteger> Product<TKey,TPayload>(this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source, System.Linq.Expressions.Expression<Func<TPayload,System.Numerics.BigInteger>> selector);
static member Product : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> * System.Linq.Expressions.Expression<Func<'Payload, System.Numerics.BigInteger>> -> Microsoft.StreamProcessing.IStreamable<'Key, System.Numerics.BigInteger>
<Extension()>
Public Function Product(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload), selector As Expression(Of Func(Of TPayload, BigInteger))) As IStreamable(Of TKey, BigInteger)
類型參數
- TKey
- TPayload
參數
- source
- IStreamable<TKey,TPayload>
- selector
- Expression<Func<TPayload,BigInteger>>
傳回
適用於
Product<TKey,TPayload>(IStreamable<TKey,TPayload>, Expression<Func<TPayload,Nullable<UInt64>>>)
使用「snapshot windows」 (SI 術語) ,透過可為 Null 的 ulong 計算時間敏感產品匯總。 請注意,Null 對總和沒有任何影響。
public static Microsoft.StreamProcessing.IStreamable<TKey,ulong> Product<TKey,TPayload>(this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source, System.Linq.Expressions.Expression<Func<TPayload,Nullable<ulong>>> selector);
static member Product : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> * System.Linq.Expressions.Expression<Func<'Payload, Nullable<uint64>>> -> Microsoft.StreamProcessing.IStreamable<'Key, uint64>
<Extension()>
Public Function Product(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload), selector As Expression(Of Func(Of TPayload, Nullable(Of ULong)))) As IStreamable(Of TKey, ULong)
類型參數
- TKey
- TPayload
參數
- source
- IStreamable<TKey,TPayload>
- selector
- Expression<Func<TPayload,Nullable<UInt64>>>
傳回
適用於
Product<TKey,TPayload>(IStreamable<TKey,TPayload>, Expression<Func<TPayload,Nullable<UInt32>>>)
使用「snapshot windows」 (SI 術語) ,透過可為 Null 的 uint 計算時間敏感產品匯總。 請注意,Null 對總和沒有任何影響。
public static Microsoft.StreamProcessing.IStreamable<TKey,uint> Product<TKey,TPayload>(this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source, System.Linq.Expressions.Expression<Func<TPayload,Nullable<uint>>> selector);
static member Product : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> * System.Linq.Expressions.Expression<Func<'Payload, Nullable<uint32>>> -> Microsoft.StreamProcessing.IStreamable<'Key, uint32>
<Extension()>
Public Function Product(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload), selector As Expression(Of Func(Of TPayload, Nullable(Of UInteger)))) As IStreamable(Of TKey, UInteger)
類型參數
- TKey
- TPayload
參數
- source
- IStreamable<TKey,TPayload>
- selector
- Expression<Func<TPayload,Nullable<UInt32>>>
傳回
適用於
Product<TKey,TPayload>(IStreamable<TKey,TPayload>, Expression<Func<TPayload,Nullable<UInt16>>>)
使用「snapshot windows」 (SI 術語,透過可為 Null 的 ushort 計算時間敏感產品匯總) 。 請注意,Null 對總和沒有任何影響。
public static Microsoft.StreamProcessing.IStreamable<TKey,ushort> Product<TKey,TPayload>(this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source, System.Linq.Expressions.Expression<Func<TPayload,Nullable<ushort>>> selector);
static member Product : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> * System.Linq.Expressions.Expression<Func<'Payload, Nullable<uint16>>> -> Microsoft.StreamProcessing.IStreamable<'Key, uint16>
<Extension()>
Public Function Product(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload), selector As Expression(Of Func(Of TPayload, Nullable(Of UShort)))) As IStreamable(Of TKey, UShort)
類型參數
- TKey
- TPayload
參數
- source
- IStreamable<TKey,TPayload>
- selector
- Expression<Func<TPayload,Nullable<UInt16>>>
傳回
適用於
Product<TKey,TPayload>(IStreamable<TKey,TPayload>, Expression<Func<TPayload,Nullable<Single>>>)
使用「snapshot windows」 (SI 術語) ,計算可 Null 浮點數的時效性產品匯總。 請注意,Null 對總和沒有任何影響。
public static Microsoft.StreamProcessing.IStreamable<TKey,float> Product<TKey,TPayload>(this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source, System.Linq.Expressions.Expression<Func<TPayload,Nullable<float>>> selector);
static member Product : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> * System.Linq.Expressions.Expression<Func<'Payload, Nullable<single>>> -> Microsoft.StreamProcessing.IStreamable<'Key, single>
<Extension()>
Public Function Product(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload), selector As Expression(Of Func(Of TPayload, Nullable(Of Single)))) As IStreamable(Of TKey, Single)
類型參數
- TKey
- TPayload
參數
- source
- IStreamable<TKey,TPayload>
- selector
- Expression<Func<TPayload,Nullable<Single>>>
傳回
適用於
Product<TKey,TPayload>(IStreamable<TKey,TPayload>, Expression<Func<TPayload,Nullable<SByte>>>)
使用「snapshot windows」 (SI 術語) ,透過可為 Null 的 Sbytes 計算時間敏感性產品匯總。 請注意,Null 對總和沒有任何影響。
public static Microsoft.StreamProcessing.IStreamable<TKey,sbyte> Product<TKey,TPayload>(this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source, System.Linq.Expressions.Expression<Func<TPayload,Nullable<sbyte>>> selector);
static member Product : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> * System.Linq.Expressions.Expression<Func<'Payload, Nullable<sbyte>>> -> Microsoft.StreamProcessing.IStreamable<'Key, sbyte>
<Extension()>
Public Function Product(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload), selector As Expression(Of Func(Of TPayload, Nullable(Of SByte)))) As IStreamable(Of TKey, SByte)
類型參數
- TKey
- TPayload
參數
- source
- IStreamable<TKey,TPayload>
- selector
- Expression<Func<TPayload,Nullable<SByte>>>
傳回
適用於
Product<TKey,TPayload>(IStreamable<TKey,TPayload>, Expression<Func<TPayload,Nullable<Complex>>>)
使用「snapshot windows」 (SI 術語) ,透過可為 Null 的複雜值計算時間敏感產品匯總。 請注意,Null 對總和沒有任何影響。
public static Microsoft.StreamProcessing.IStreamable<TKey,System.Numerics.Complex> Product<TKey,TPayload>(this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source, System.Linq.Expressions.Expression<Func<TPayload,Nullable<System.Numerics.Complex>>> selector);
static member Product : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> * System.Linq.Expressions.Expression<Func<'Payload, Nullable<System.Numerics.Complex>>> -> Microsoft.StreamProcessing.IStreamable<'Key, System.Numerics.Complex>
<Extension()>
Public Function Product(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload), selector As Expression(Of Func(Of TPayload, Nullable(Of Complex)))) As IStreamable(Of TKey, Complex)
類型參數
- TKey
- TPayload
參數
- source
- IStreamable<TKey,TPayload>
- selector
- Expression<Func<TPayload,Nullable<Complex>>>
傳回
適用於
Product<TKey,TPayload>(IStreamable<TKey,TPayload>, Expression<Func<TPayload,Nullable<Int16>>>)
使用「snapshot windows」 (SI 術語) ,透過可為 Null 的簡短資料計算時間敏感產品匯總。 請注意,Null 對總和沒有任何影響。
public static Microsoft.StreamProcessing.IStreamable<TKey,short> Product<TKey,TPayload>(this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source, System.Linq.Expressions.Expression<Func<TPayload,Nullable<short>>> selector);
static member Product : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> * System.Linq.Expressions.Expression<Func<'Payload, Nullable<int16>>> -> Microsoft.StreamProcessing.IStreamable<'Key, int16>
<Extension()>
Public Function Product(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload), selector As Expression(Of Func(Of TPayload, Nullable(Of Short)))) As IStreamable(Of TKey, Short)
類型參數
- TKey
- TPayload
參數
- source
- IStreamable<TKey,TPayload>
- selector
- Expression<Func<TPayload,Nullable<Int16>>>
傳回
適用於
Product<TKey,TPayload>(IStreamable<TKey,TPayload>, Expression<Func<TPayload,Nullable<Int64>>>)
使用「snapshot windows」 (SI 術語) ,透過可為 Null 的長時間計算時間敏感產品匯總。 請注意,Null 對總和沒有任何影響。
public static Microsoft.StreamProcessing.IStreamable<TKey,long> Product<TKey,TPayload>(this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source, System.Linq.Expressions.Expression<Func<TPayload,Nullable<long>>> selector);
static member Product : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> * System.Linq.Expressions.Expression<Func<'Payload, Nullable<int64>>> -> Microsoft.StreamProcessing.IStreamable<'Key, int64>
<Extension()>
Public Function Product(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload), selector As Expression(Of Func(Of TPayload, Nullable(Of Long)))) As IStreamable(Of TKey, Long)
類型參數
- TKey
- TPayload
參數
- source
- IStreamable<TKey,TPayload>
- selector
- Expression<Func<TPayload,Nullable<Int64>>>
傳回
適用於
Product<TKey,TPayload>(IStreamable<TKey,TPayload>, Expression<Func<TPayload,Byte>>)
使用「snapshot windows」 (SI 術語) ,計算位元組的時效性產品匯總。
public static Microsoft.StreamProcessing.IStreamable<TKey,byte> Product<TKey,TPayload>(this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source, System.Linq.Expressions.Expression<Func<TPayload,byte>> selector);
static member Product : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> * System.Linq.Expressions.Expression<Func<'Payload, byte>> -> Microsoft.StreamProcessing.IStreamable<'Key, byte>
<Extension()>
Public Function Product(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload), selector As Expression(Of Func(Of TPayload, Byte))) As IStreamable(Of TKey, Byte)
類型參數
- TKey
- TPayload
參數
- source
- IStreamable<TKey,TPayload>
- selector
- Expression<Func<TPayload,Byte>>
傳回
適用於
Product<TKey,TPayload>(IStreamable<TKey,TPayload>, Expression<Func<TPayload,Decimal>>)
使用「snapshot windows」 (SI 術語) ,計算小數點的時效性產品匯總。
public static Microsoft.StreamProcessing.IStreamable<TKey,decimal> Product<TKey,TPayload>(this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source, System.Linq.Expressions.Expression<Func<TPayload,decimal>> selector);
static member Product : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> * System.Linq.Expressions.Expression<Func<'Payload, decimal>> -> Microsoft.StreamProcessing.IStreamable<'Key, decimal>
<Extension()>
Public Function Product(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload), selector As Expression(Of Func(Of TPayload, Decimal))) As IStreamable(Of TKey, Decimal)
類型參數
- TKey
- TPayload
參數
- source
- IStreamable<TKey,TPayload>
- selector
- Expression<Func<TPayload,Decimal>>
傳回
適用於
Product<TKey,TPayload>(IStreamable<TKey,TPayload>, Expression<Func<TPayload,Double>>)
使用「快照集視窗」 (SI 術語) ,計算加倍的時間敏感產品匯總。
public static Microsoft.StreamProcessing.IStreamable<TKey,double> Product<TKey,TPayload>(this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source, System.Linq.Expressions.Expression<Func<TPayload,double>> selector);
static member Product : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> * System.Linq.Expressions.Expression<Func<'Payload, double>> -> Microsoft.StreamProcessing.IStreamable<'Key, double>
<Extension()>
Public Function Product(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload), selector As Expression(Of Func(Of TPayload, Double))) As IStreamable(Of TKey, Double)
類型參數
- TKey
- TPayload
參數
- source
- IStreamable<TKey,TPayload>
- selector
- Expression<Func<TPayload,Double>>
傳回
適用於
Product<TKey,TPayload>(IStreamable<TKey,TPayload>, Expression<Func<TPayload,Nullable<BigInteger>>>)
使用「snapshot windows」 (SI 術語) ,透過可為 Null 的 BigIntegers 計算時間敏感產品匯總。 請注意,Null 對總和沒有任何影響。
public static Microsoft.StreamProcessing.IStreamable<TKey,System.Numerics.BigInteger> Product<TKey,TPayload>(this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source, System.Linq.Expressions.Expression<Func<TPayload,Nullable<System.Numerics.BigInteger>>> selector);
static member Product : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> * System.Linq.Expressions.Expression<Func<'Payload, Nullable<System.Numerics.BigInteger>>> -> Microsoft.StreamProcessing.IStreamable<'Key, System.Numerics.BigInteger>
<Extension()>
Public Function Product(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload), selector As Expression(Of Func(Of TPayload, Nullable(Of BigInteger)))) As IStreamable(Of TKey, BigInteger)
類型參數
- TKey
- TPayload
參數
- source
- IStreamable<TKey,TPayload>
- selector
- Expression<Func<TPayload,Nullable<BigInteger>>>
傳回
適用於
Product<TKey,TPayload>(IStreamable<TKey,TPayload>, Expression<Func<TPayload,Int32>>)
使用「snapshot windows」 (SI 術語) ,計算時間敏感性產品匯總。
public static Microsoft.StreamProcessing.IStreamable<TKey,int> Product<TKey,TPayload>(this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source, System.Linq.Expressions.Expression<Func<TPayload,int>> selector);
static member Product : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> * System.Linq.Expressions.Expression<Func<'Payload, int>> -> Microsoft.StreamProcessing.IStreamable<'Key, int>
<Extension()>
Public Function Product(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload), selector As Expression(Of Func(Of TPayload, Integer))) As IStreamable(Of TKey, Integer)
類型參數
- TKey
- TPayload
參數
- source
- IStreamable<TKey,TPayload>
- selector
- Expression<Func<TPayload,Int32>>
傳回
適用於
Product<TKey,TPayload>(IStreamable<TKey,TPayload>, Expression<Func<TPayload,Int16>>)
使用「快照集時段」 (SI 術語) ,透過簡短的簡短資料計算時間敏感產品匯總。
public static Microsoft.StreamProcessing.IStreamable<TKey,short> Product<TKey,TPayload>(this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source, System.Linq.Expressions.Expression<Func<TPayload,short>> selector);
static member Product : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> * System.Linq.Expressions.Expression<Func<'Payload, int16>> -> Microsoft.StreamProcessing.IStreamable<'Key, int16>
<Extension()>
Public Function Product(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload), selector As Expression(Of Func(Of TPayload, Short))) As IStreamable(Of TKey, Short)
類型參數
- TKey
- TPayload
參數
- source
- IStreamable<TKey,TPayload>
- selector
- Expression<Func<TPayload,Int16>>
傳回
適用於
Product<TKey,TPayload>(IStreamable<TKey,TPayload>, Expression<Func<TPayload,Nullable<Byte>>>)
使用「snapshot windows」 (SI 術語) 計算可 Null 位元組的時間敏感性產品匯總。 請注意,Null 對總和沒有任何影響。
public static Microsoft.StreamProcessing.IStreamable<TKey,byte> Product<TKey,TPayload>(this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source, System.Linq.Expressions.Expression<Func<TPayload,Nullable<byte>>> selector);
static member Product : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> * System.Linq.Expressions.Expression<Func<'Payload, Nullable<byte>>> -> Microsoft.StreamProcessing.IStreamable<'Key, byte>
<Extension()>
Public Function Product(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload), selector As Expression(Of Func(Of TPayload, Nullable(Of Byte)))) As IStreamable(Of TKey, Byte)
類型參數
- TKey
- TPayload
參數
- source
- IStreamable<TKey,TPayload>
- selector
- Expression<Func<TPayload,Nullable<Byte>>>
傳回
適用於
Product<TKey,TPayload>(IStreamable<TKey,TPayload>, Expression<Func<TPayload,Nullable<Decimal>>>)
使用「snapshot windows」 (SI 術語) ,透過可為 Null 的十進位數計算時間敏感產品匯總。 請注意,Null 對總和沒有任何影響。
public static Microsoft.StreamProcessing.IStreamable<TKey,decimal> Product<TKey,TPayload>(this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source, System.Linq.Expressions.Expression<Func<TPayload,Nullable<decimal>>> selector);
static member Product : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> * System.Linq.Expressions.Expression<Func<'Payload, Nullable<decimal>>> -> Microsoft.StreamProcessing.IStreamable<'Key, decimal>
<Extension()>
Public Function Product(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload), selector As Expression(Of Func(Of TPayload, Nullable(Of Decimal)))) As IStreamable(Of TKey, Decimal)
類型參數
- TKey
- TPayload
參數
- source
- IStreamable<TKey,TPayload>
- selector
- Expression<Func<TPayload,Nullable<Decimal>>>
傳回
適用於
Product<TKey,TPayload>(IStreamable<TKey,TPayload>, Expression<Func<TPayload,Nullable<Double>>>)
使用「快照集視窗」 (SI 術語) ,透過可為 Null 的雙精度浮點數計算時間敏感產品匯總。 請注意,Null 對總和沒有任何影響。
public static Microsoft.StreamProcessing.IStreamable<TKey,double> Product<TKey,TPayload>(this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source, System.Linq.Expressions.Expression<Func<TPayload,Nullable<double>>> selector);
static member Product : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> * System.Linq.Expressions.Expression<Func<'Payload, Nullable<double>>> -> Microsoft.StreamProcessing.IStreamable<'Key, double>
<Extension()>
Public Function Product(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload), selector As Expression(Of Func(Of TPayload, Nullable(Of Double)))) As IStreamable(Of TKey, Double)
類型參數
- TKey
- TPayload
參數
- source
- IStreamable<TKey,TPayload>
- selector
- Expression<Func<TPayload,Nullable<Double>>>
傳回
適用於
Product<TKey,TPayload>(IStreamable<TKey,TPayload>, Expression<Func<TPayload,Nullable<Int32>>>)
使用「snapshot windows」 (SI 術語) ,計算可為 Null ints 的時效性產品匯總。 請注意,Null 對總和沒有任何影響。
public static Microsoft.StreamProcessing.IStreamable<TKey,int> Product<TKey,TPayload>(this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source, System.Linq.Expressions.Expression<Func<TPayload,Nullable<int>>> selector);
static member Product : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> * System.Linq.Expressions.Expression<Func<'Payload, Nullable<int>>> -> Microsoft.StreamProcessing.IStreamable<'Key, int>
<Extension()>
Public Function Product(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload), selector As Expression(Of Func(Of TPayload, Nullable(Of Integer)))) As IStreamable(Of TKey, Integer)
類型參數
- TKey
- TPayload
參數
- source
- IStreamable<TKey,TPayload>
- selector
- Expression<Func<TPayload,Nullable<Int32>>>
傳回
適用於
Product<TKey,TPayload>(IStreamable<TKey,TPayload>, Expression<Func<TPayload,Int64>>)
使用「快照集視窗」 (SI 術語) ,計算長時間區分時間的產品匯總。
public static Microsoft.StreamProcessing.IStreamable<TKey,long> Product<TKey,TPayload>(this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source, System.Linq.Expressions.Expression<Func<TPayload,long>> selector);
static member Product : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> * System.Linq.Expressions.Expression<Func<'Payload, int64>> -> Microsoft.StreamProcessing.IStreamable<'Key, int64>
<Extension()>
Public Function Product(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload), selector As Expression(Of Func(Of TPayload, Long))) As IStreamable(Of TKey, Long)
類型參數
- TKey
- TPayload
參數
- source
- IStreamable<TKey,TPayload>
- selector
- Expression<Func<TPayload,Int64>>