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



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

Parameters

input
A Single

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