Maps a Double Property to a Double column.

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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class DoubleType _
	Inherits ValueTypeType
C#
[SerializableAttribute]
public class DoubleType : ValueTypeType
Visual C++
[SerializableAttribute]
public ref class DoubleType : public ValueTypeType
JavaScript
NHibernate.Type.DoubleType = function();

Type.createClass(
	'NHibernate.Type.DoubleType',
	NHibernate.Type.ValueTypeType);

Inheritance Hierarchy

See Also