C# Class FlickrNet.PointD

A point structure for holding double-floating points precision data.
Afficher le fichier Open project: liquidboy/X

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

GetHashCode ( ) : int

PointD ( double x, double y ) : System

Default constructor.

ToString ( ) : string

operator ( ) : bool

For predefined value types, the equality operator (==) returns true if the values of its operands are equal, false otherwise.

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

PointD() public méthode

Default constructor.
public PointD ( double x, double y ) : System
x double
y double
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

For predefined value types, the equality operator (==) returns true if the values of its operands are equal, false otherwise.
public static operator ( ) : bool
Résultat bool