'Declaration Public Shared Function Divide( _
ByVal point3D point.As VintasoftPoint3D, _
ByVal valueDouble value.As Double _
) As VintasoftPoint3D
public static VintasoftPoint3D Divide(
VintasoftPoint3D point,
double value
)
public: static VintasoftPoint3D Divide(
VintasoftPoint3D point,
double value
)
public:
static VintasoftPoint3D Divide(
VintasoftPoint3D point,
double value
)
Parameters
- point
- 3D point.
- value
- Double value.
Return Value
Result 3D point.