C# Class CSJ2K.Icc.Types.XYZNumber

A convientient representation for the contents of the ICCXYZTypeTag class.
Afficher le fichier Open project: cureos/csj2k Class Usage Examples

Méthodes publiques

Свойство Type Description
dwX int
dwY int
dwZ int
size int

Méthodes publiques

Méthode Description
DoubleToXYZ ( double x ) : int

Normalization utility

ToString ( ) : System.String

String representation of class instance.

XYZNumber ( int x, int y, int z ) : System

Construct from constituent parts.

XYZToDouble ( int x ) : double

Normalization utility

write ( System raf ) : void

Write to a file

Private Methods

Méthode Description
XYZNumber ( ) : System

Method Details

DoubleToXYZ() public static méthode

Normalization utility
public static DoubleToXYZ ( double x ) : int
x double
Résultat int

ToString() public méthode

String representation of class instance.
public ToString ( ) : System.String
Résultat System.String

XYZNumber() public méthode

Construct from constituent parts.
public XYZNumber ( int x, int y, int z ) : System
x int
y int
z int
Résultat System

XYZToDouble() public static méthode

Normalization utility
public static XYZToDouble ( int x ) : double
x int
Résultat double

write() public méthode

Write to a file
public write ( System raf ) : void
raf System
Résultat void

Property Details

dwX public_oe property

x value
public int dwX
Résultat int

dwY public_oe property

y value
public int dwY
Résultat int

dwZ public_oe property

z value
public int dwZ
Résultat int

size public_oe static_oe property

public static int size
Résultat int