Send feedback on this topic.
Teradata.Client.Provider
Multiplication(Int32,TdIntervalHourToSecond) Operator



Teradata.Client.Provider Namespace > TdIntervalHourToSecond Structure > Multiplication Operator : Multiplication(Int32,TdIntervalHourToSecond) Operator
A multiplier.
A TdIntervalHourToSecond.
A TdIntervalHourToSecond is multiplied by an integer value.
Syntax
'Declaration
 
Overloads Public Operator *( _
   ByVal value As Integer, _
   ByVal interval As TdIntervalHourToSecond _
) As TdIntervalHourToSecond
'Usage
 
public TdIntervalHourToSecond operator *( 
   int value,
   TdIntervalHourToSecond interval
)
public:
TdIntervalHourToSecond operator *( 
   int value,
   TdIntervalHourToSecond interval
)

Parameters

value
A multiplier.
interval
A TdIntervalHourToSecond.

Return Value

A new TdIntervalHourToSecond as the result of multiplying a TdIntervalHourToSecond and an integer value.
Exceptions
ExceptionDescription
The resultant operation returns a value greater than the TdIntervalHourToSecond.MaxValue or less than the TdIntervalHourToSecond.MinValue.
Remarks

If interval is TdIntervalHourToSecond.Null a Null will be returned.

The returned TdIntervalHourToSecond will contain a precision set to the TdIntervalHourToSecond.MaxPrecision. The scale will always be set to the scale of the interval.

Requirements
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdIntervalHourToSecond Structure
TdIntervalHourToSecond Members
Overload List