![]() | SeriesK, V Operators |
The SeriesK, V generic type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition(Double, SeriesK, Double) |
[category:Operators]
|
![]() ![]() | Addition(Int32, SeriesK, Int32) |
[category:Operators]
|
![]() ![]() | Addition(SeriesK, Double, SeriesK, Double) |
[category:Operators]
|
![]() ![]() | Addition(SeriesK, Double, Double) |
[category:Operators]
|
![]() ![]() | Addition(SeriesK, Int32, SeriesK, Int32) |
[category:Operators]
|
![]() ![]() | Addition(SeriesK, Int32, Int32) |
[category:Operators]
|
![]() ![]() | Division(Double, SeriesK, Double) |
[category:Operators]
|
![]() ![]() | Division(Int32, SeriesK, Int32) |
[category:Operators]
|
![]() ![]() | Division(SeriesK, Double, SeriesK, Double) |
[category:Operators]
|
![]() ![]() | Division(SeriesK, Double, Double) |
[category:Operators]
|
![]() ![]() | Division(SeriesK, Int32, SeriesK, Int32) |
[category:Operators]
|
![]() ![]() | Division(SeriesK, Int32, Int32) |
[category:Operators]
|
![]() ![]() | Dollara |
Custom operator that can be used for applying a function to all elements of
a series. This provides a nicer syntactic sugar for the `Series.mapValues`
function. For example:
// Given a float series and a function on floats
let s1 = Series.ofValues [ 1.0 .. 10.0 ]
let adjust v = max 10.0 v
// Apply "adjust (v + v)" to all elements
adjust $ (s1 + s1)
|
![]() ![]() | Dynamica |
[category:Accessors and slicing]
|
![]() ![]() | Multiply(Double, SeriesK, Double) |
[category:Operators]
|
![]() ![]() | Multiply(Int32, SeriesK, Int32) |
[category:Operators]
|
![]() ![]() | Multiply(SeriesK, Double, SeriesK, Double) |
[category:Operators]
|
![]() ![]() | Multiply(SeriesK, Double, Double) |
[category:Operators]
|
![]() ![]() | Multiply(SeriesK, Int32, SeriesK, Int32) |
[category:Operators]
|
![]() ![]() | Multiply(SeriesK, Int32, Int32) |
[category:Operators]
|
![]() ![]() | Subtraction(Double, SeriesK, Double) |
[category:Operators]
|
![]() ![]() | Subtraction(Int32, SeriesK, Int32) |
[category:Operators]
|
![]() ![]() | Subtraction(SeriesK, Double, SeriesK, Double) |
[category:Operators]
|
![]() ![]() | Subtraction(SeriesK, Double, Double) |
[category:Operators]
|
![]() ![]() | Subtraction(SeriesK, Int32, SeriesK, Int32) |
[category:Operators]
|
![]() ![]() | Subtraction(SeriesK, Int32, Int32) |
[category:Operators]
|
![]() ![]() | UnaryNegation(SeriesK, Double) |
[category:Operators]
|
![]() ![]() | UnaryNegation(SeriesK, Int32) |
[category:Operators]
|