Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Function Adjust ( _
value As Double _
) As Double
'Usage
Dim instance As SqlMetaData
Dim value As Double
Dim returnValue As Double
returnValue = instance.Adjust(value)
public double Adjust(
double value
)
public:
double Adjust(
double value
)
member Adjust :
value:float -> float
public function Adjust(
value : double
) : double
Parameters
- value
Type: System. . :: . .Double
Return Value
Type: System. . :: . .Double