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



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

Parameters

value
A multiplier.
interval
A TdIntervalYearToMonth.

Return Value

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

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

The returned TdIntervalYearToMonth will contain a precision set to the TdIntervalYearToMonth.MaxPrecision.

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

TdIntervalYearToMonth Structure
TdIntervalYearToMonth Members
Overload List