C# Class Nohal.RleEditor.RleParser.Utils.CIEYxy

Structure to define CIE XYZ.
Afficher le fichier Open project: nohal/RleEditor Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty CIEYxy

Méthodes publiques

Méthode Description
CIEYxy ( double Y, double x, double y ) : System
Equals ( Object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Method Details

CIEYxy() public méthode

public CIEYxy ( double Y, double x, double y ) : System
Y double
x double
y double
Résultat System

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Empty public_oe static_oe property

Gets an empty CIEYxy structure.
public static CIEYxy,Nohal.RleEditor.RleParser.Utils Empty
Résultat CIEYxy