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



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

Parameters

input
A SByte

Return Value

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