Click or drag to resize
SeriesK, VMultiply Operator (SeriesK, Int32, SeriesK, Int32)
[category:Operators]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static Series<K, int> operator *(
	Series<K, int> s1,
	Series<K, int> s2
)

Parameters

s1
Type: DeedleSeriesK, Int32

[Missing <param name="s1"/> documentation for "M:Deedle.Series`2.op_Multiply(Deedle.Series{`0,System.Int32},Deedle.Series{`0,System.Int32})"]

s2
Type: DeedleSeriesK, Int32

[Missing <param name="s2"/> documentation for "M:Deedle.Series`2.op_Multiply(Deedle.Series{`0,System.Int32},Deedle.Series{`0,System.Int32})"]

Return Value

Type: SeriesK, Int32

[Missing <returns> documentation for "M:Deedle.Series`2.op_Multiply(Deedle.Series{`0,System.Int32},Deedle.Series{`0,System.Int32})"]

See Also