C# Class FlickrNet.PointD

A point structure for holding double-floating points precision data.
Exibir arquivo Open project: liquidboy/X

Public Methods

Method 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 method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

PointD() public method

Default constructor.
public PointD ( double x, double y ) : System
x double
y double
return System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

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