'Declaration Public Overloads Shared Function Multiply( _ ByVal value As Integer, _ ByVal interval As TdIntervalSecond _ ) As TdIntervalSecond
'Usage Dim value As Integer Dim interval As TdIntervalSecond Dim value As TdIntervalSecond value = TdIntervalSecond.Multiply(value, interval)
public static TdIntervalSecond Multiply( int value, TdIntervalSecond interval )
public: static TdIntervalSecond Multiply( 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.