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
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdDecimal Structure
TdDecimal Members
Overload List