'Declaration Overloads Public Operator *( _ ByVal value As Integer, _ ByVal interval As TdIntervalSecond _ ) As TdIntervalSecond
'Usage
public TdIntervalSecond operator *( int value, TdIntervalSecond interval )
public: TdIntervalSecond operator *( int value, TdIntervalSecond interval )
Parameters
- value
- A multiplier.
- interval
- A TdIntervalSecond.
Return Value
A new TdIntervalSecond as the result of multiplying a TdIntervalSecond and an integer value.