NULL を許容する M を取得します。
名前空間: System.Spatial
アセンブリ: System.Spatial (System.Spatial.dll)
構文
'宣言
Public MustOverride ReadOnly Property M As Nullable(Of Double)
Get
'使用
Dim instance As GeographyPoint
Dim value As Nullable(Of Double)
value = instance.M
public abstract Nullable<double> M { get; }
public:
virtual property Nullable<double> M {
Nullable<double> get () abstract;
}
abstract M : Nullable<float>
abstract function get M () : Nullable<double>
プロパティ値
型: System.Nullable<Double>
NULL を許容する M。