C# 클래스 FlickrNet.PointD

A point structure for holding double-floating points precision data.
파일 보기 프로젝트 열기: liquidboy/X

공개 메소드들

메소드 설명
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.

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

PointD() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

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