C# 클래스 CSJ2K.Icc.Types.XYZNumber

A convientient representation for the contents of the ICCXYZTypeTag class.
파일 보기 프로젝트 열기: cureos/csj2k 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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