C# 클래스 WinRTXamlToolkit.Controls.DataVisualization.Charting.UnitValue

A value in units.
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit 1 사용 예제들

공개 메소드들

메소드 설명
CompareTo ( object obj ) : int

Compares two unit values to determine if they are equal or not.

Equals ( object obj ) : bool

Determines if two values are equal.

GetHashCode ( ) : int

Returns the hash code of the unit value object.

NaN ( ) : UnitValue

Returns a UnitValue representing an invalid value.

UnitValue ( double value, Unit unit ) : System

Instantiates a new instance of the UnitValue struct.

operator ( ) : bool

Determines whether two unit value objects are equal.

메소드 상세

CompareTo() 공개 메소드

Compares two unit values to determine if they are equal or not.
public CompareTo ( object obj ) : int
obj object The object being compared.
리턴 int

Equals() 공개 메소드

Determines if two values are equal.
public Equals ( object obj ) : bool
obj object The other value.
리턴 bool

GetHashCode() 공개 메소드

Returns the hash code of the unit value object.
public GetHashCode ( ) : int
리턴 int

NaN() 공개 정적인 메소드

Returns a UnitValue representing an invalid value.
public static NaN ( ) : UnitValue
리턴 UnitValue

UnitValue() 공개 메소드

Instantiates a new instance of the UnitValue struct.
public UnitValue ( double value, Unit unit ) : System
value double The value associated with the units.
unit Unit The units associated with the value.
리턴 System

operator() 공개 정적인 메소드

Determines whether two unit value objects are equal.
public static operator ( ) : bool
리턴 bool