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



Teradata.Client.Provider Namespace > TdDecimal Structure > Implicit Type Conversion Operator : Implicit Type Conversion(TdDecimal,Int64) Operator
A Int64
Converts a System.Int64 to a TdDecimal.
Syntax
'Declaration
 
Overloads Public Operator Widening CType( _
   ByVal input As Long _
) As TdDecimal
'Usage
 
public TdDecimal operator implicit( 
   long input
)
public:
operator TdDecimal ( 
   int64 input
)

Parameters

input
A Int64

Return Value

A TdDecimal
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