SPFieldDecimal class
Represents a decimal (base 10) floating-point data type.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.SPField
Microsoft.SharePoint.SPFieldText
Microsoft.SharePoint.SPFieldDecimal
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Class SPFieldDecimal _
Inherits SPFieldText
'Usage
Dim instance As SPFieldDecimal
public class SPFieldDecimal : SPFieldText
Remarks
This class is currently only used for external lists such as a currency list, which are often represented using decimal floating-point values.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.