In This Topic
Distance from the origin.
Syntax
'Declaration
Public Property D As System.Double
'Usage
Dim instance As Plane3D
Dim value As System.Double
instance.D = value
value = instance.D
public System.double D {get; set;}
public read-write property D: System.Double;
public function get,set D : System.double
public: __property System.double get_D();
public: __property void set_D(
System.double value
);
public:
property System.double D {
System.double get();
void set ( System.double value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also