Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reserved for internal use.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Shared Function IsValidDecimal ( _
scale As Byte, _
precision As Byte, _
value As Double _
) As Boolean
'Usage
Dim scale As Byte
Dim precision As Byte
Dim value As Double
Dim returnValue As Boolean
returnValue = PSDBUtility.IsValidDecimal(scale, _
precision, value)
public static bool IsValidDecimal(
byte scale,
byte precision,
double value
)
Parameters
- scale
Type: System.Byte
- precision
Type: System.Byte
- value
Type: System.Double
Return value
Type: System.Boolean