C# Класс CSJ2K.Icc.Types.XYZNumber

A convientient representation for the contents of the ICCXYZTypeTag class.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
dwX int
dwY int
dwZ int
size int

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
XYZNumber ( ) : System

Описание методов

DoubleToXYZ() публичный статический Метод

Normalization utility
public static DoubleToXYZ ( double x ) : int
x double
Результат int

ToString() публичный Метод

String representation of class instance.
public ToString ( ) : System.String
Результат System.String

XYZNumber() публичный Метод

Construct from constituent parts.
public XYZNumber ( int x, int y, int z ) : System
x int
y int
z int
Результат System

XYZToDouble() публичный статический Метод

Normalization utility
public static XYZToDouble ( int x ) : double
x int
Результат double

write() публичный Метод

Write to a file
public write ( System raf ) : void
raf System
Результат void

Описание свойств

dwX публичное свойство

x value
public int dwX
Результат int

dwY публичное свойство

y value
public int dwY
Результат int

dwZ публичное свойство

z value
public int dwZ
Результат int

size публичное статическое свойство

public static int size
Результат int