Send feedback on this topic.
Teradata.Client.Provider
Multiply(TdIntervalHourToSecond,Int32) Method



Teradata.Client.Provider Namespace > TdIntervalHourToSecond Structure > Multiply Method : Multiply(TdIntervalHourToSecond,Int32) Method
A TdIntervalHourToSecond.
A multiplier.
A TdIntervalHourToSecond is multiplied by an integer value.
Syntax
'Declaration
 
Public Overloads Shared Function Multiply( _
   ByVal interval As TdIntervalHourToSecond, _
   ByVal value As Integer _
) As TdIntervalHourToSecond
'Usage
 
Dim interval As TdIntervalHourToSecond
Dim value As Integer
Dim value As TdIntervalHourToSecond
 
value = TdIntervalHourToSecond.Multiply(interval, value)
public static TdIntervalHourToSecond Multiply( 
   TdIntervalHourToSecond interval,
   int value
)
public:
static TdIntervalHourToSecond Multiply( 
   TdIntervalHourToSecond interval,
   int value
) 

Parameters

interval
A TdIntervalHourToSecond.
value
A multiplier.

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
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.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