Send feedback on this topic.
Teradata.Client.Provider
Value Property (TdNumber)



Teradata.Client.Provider Namespace > TdNumber Structure : Value Property
Gets the Double representation of this TdNumber instance.
Syntax
'Declaration
 
Public ReadOnly Property Value As Double
'Usage
 
Dim instance As TdNumber
Dim value As Double
 
value = instance.Value
public double Value {get;}
public:
property double Value {
   double get();
}

Property Value

Exceptions
ExceptionDescription
The value of the TdNumber is null.
Remarks

This property returns the number as a .NET Framework Class Library (FCL) primitive data type. In this case the closes mapping of a FCL type to a TdNumber is a Double.

Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdNumber Structure
TdNumber Members