Nullable.decimal<^T> 関数 (F#)
Decimal への引数を、すべてのプリミティブ数値型の直接変換を使用して変換します。この操作では、入力の型に適切な静的変換メソッドが必要です。
Namespace/Module Path: Microsoft.FSharp.Linq.Nullable
アセンブリ: FSharp.Core (FSharp.Core.dll)
// Signature:
decimal : Nullable<^T> -> Nullable<decimal> when ^T with static member op_Explicit and ^T : (new : unit -> ^T) and ^T : struct and ^T :> ValueType
// Usage:
Nullable.decimal value
パラメーター
value
型: Nullable<T><^T>入力値。
戻り値
変換された 10 進数。
解説
この関数は、.NET アセンブリでは ToDecimal という名前です。F# 以外の .NET 言語、またはリフレクションを使用してメンバーにアクセスする場合は、この名前を使用します。
プラットフォーム
Windows 8、Windows 7、Windows Server 2012 で Windows Server 2008 R2
バージョン情報
F# コア ライブラリのバージョン
サポート: 4.0、ポータブル