Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static implicit operator Recurrence (
TimeSpan span
)
Public Shared Widening Operator CType (
span As TimeSpan
) As Recurrence
static implicit operator Recurrence^ (
TimeSpan span
)
F# does not support the declaration of new casting operators.
Parameters
- span
- Type: SystemTimeSpan
The time span to convert.
Return Value
Type:
Recurrence
Reference