Send feedback on this topic.
Teradata.Client.Provider
Explicit Type Conversion(Int16,TdDecimal) Operator



Teradata.Client.Provider Namespace > TdDecimal Structure > Explicit Type Conversion Operator : Explicit Type Conversion(Int16,TdDecimal) Operator
A TdDecimal
Converts a TdDecimal to a System.Int16
Syntax
'Declaration
 
Overloads Public Operator Narrowing CType( _
   ByVal input As TdDecimal _
) As Short
'Usage
 
public short operator explicit( 
   TdDecimal input
)
public:
short operator explicit( 
   TdDecimal input
)

Parameters

input
A TdDecimal

Return Value

A Int16
Exceptions
ExceptionDescription
The value of the TdDecimal is Null.
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdDecimal Structure
TdDecimal Members
Overload List