Gets or Sets d
Namespace: JigLibX.GeometryAssembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0
Syntax
C# |
---|
public float D { get; set; } |
Visual Basic |
---|
Public Property D As Single
Get
Set |
Visual C++ |
---|
public:
property float D {
float get ();
void set (float value);
} |
See Also