C# Class Clases.Punto

Afficher le fichier Open project: 0utKast/VisualCS Class Usage Examples

Méthodes publiques

Méthode Description
ContadorObjetos ( ) : int
DistanciaA ( Punto otro ) : double
Punto ( ) : System
Punto ( int x, int y ) : System

Method Details

ContadorObjetos() public static méthode

public static ContadorObjetos ( ) : int
Résultat int

DistanciaA() public méthode

public DistanciaA ( Punto otro ) : double
otro Punto
Résultat double

Punto() public méthode

public Punto ( ) : System
Résultat System

Punto() public méthode

public Punto ( int x, int y ) : System
x int
y int
Résultat System