Namespace:  NHibernate.Type
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function GetDecimalType ( _
	precision As Byte, _
	scale As Byte _
) As NullableType
C#
public static NullableType GetDecimalType(
	byte precision,
	byte scale
)
Visual C++
public:
static NullableType^ GetDecimalType(
	unsigned char precision, 
	unsigned char scale
)
JavaScript
NHibernate.Type.TypeFactory.getDecimalType = function(precision, scale);

Parameters

precision
Type: System..::.Byte
scale
Type: System..::.Byte

See Also