Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
ConsoleApplication1
RefReturns
Point
C# Class ConsoleApplication1.RefReturns.Point
Mostrar archivo
Open project: ufcpp/UfcppSample
Public Properties
Property
Type
Description
X
int
Y
int
Z
int
Public Methods
Method
Description
Point
(
int
x
,
int
y
,
int
z
)
ToString
( ) :
string
Method Details
Point()
public
method
public
Point
(
int
x
,
int
y
,
int
z
)
x
int
y
int
z
int
ToString()
public
method
public
ToString
( ) :
string
return
string
Property Details
X
public_oe property
public
int
X
return
int
Y
public_oe property
public
int
Y
return
int
Z
public_oe property
public
int
Z
return
int