C# Class ConsoleApplication1.RefReturns.Point

Exibir arquivo 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