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



Teradata.Client.Provider Namespace > TdDecimal Structure > Implicit Type Conversion Operator : Implicit Type Conversion(TdNumber,TdDecimal) Operator
The TdDecimal that is to be converted to a TdNumber.
Converts a TdDecimal to a TdNumber.
Syntax
'Declaration
 
Overloads Public Operator Widening CType( _
   ByVal input As TdDecimal _
) As TdNumber
'Usage
 
public TdNumber operator implicit( 
   TdDecimal input
)
public:
operator TdNumber ( 
   TdDecimal input
)

Parameters

input
The TdDecimal that is to be converted to a TdNumber.

Return Value

A TdNumber is returned that is equivalent to the input.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdDecimal Structure
TdDecimal Members
Overload List