共用方式為


SPFieldDecimal class

代表十進位 (基底 10) 浮點數資料型別。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPField
    Microsoft.SharePoint.SPFieldText
      Microsoft.SharePoint.SPFieldDecimal

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Class SPFieldDecimal _
    Inherits SPFieldText
'用途
Dim instance As SPFieldDecimal
public class SPFieldDecimal : SPFieldText

備註

這個類別,則目前只用於外部清單如 [貨幣] 清單中,而這通常是使用表示十進位浮點數值。

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.

請參閱

參照

SPFieldDecimal members

Microsoft.SharePoint namespace