取得可為 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。