PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns true if the NUMBER with the given precision and scale is considered to be an Int16.

Namespace: Smartsite.Data
Assembly:  Smartsite.Data (in Smartsite.Data.dll)

Syntax

C#Copy imageCopy Code
public static bool IsInt16Number(
	int precision,
	int scale
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function IsInt16Number ( _
	precision As Integer, _
	scale As Integer _
) As 

Parameters

precision
Int32
scale
Int32

Return Value

See Also

Advanced