C# 클래스 numl.Model.GuidProperty

Represents a guid property.
상속: Property
파일 보기 프로젝트 열기: sethjuarez/numl 1 사용 예제들

공개 메소드들

메소드 설명
Convert ( object o ) : IEnumerable

Convert guid to list of numbers.

Convert ( double val ) : object

Convert from number to guid.

Equals ( object obj ) : bool

Equality test

GetHashCode ( ) : int

Return hash

GuidProperty ( ) : System

Default constructor.

PreProcess ( IEnumerable examples ) : void

Preprocess data set to create category list.

메소드 상세

Convert() 공개 메소드

Convert guid to list of numbers.
Thrown when the requested operation is invalid.
public Convert ( object o ) : IEnumerable
o object in guid.
리턴 IEnumerable

Convert() 공개 메소드

Convert from number to guid.
public Convert ( double val ) : object
val double Number.
리턴 object

Equals() 공개 메소드

Equality test
public Equals ( object obj ) : bool
obj object object to compare
리턴 bool

GetHashCode() 공개 메소드

Return hash
public GetHashCode ( ) : int
리턴 int

GuidProperty() 공개 메소드

Default constructor.
public GuidProperty ( ) : System
리턴 System

PreProcess() 공개 메소드

Preprocess data set to create category list.
public PreProcess ( IEnumerable examples ) : void
examples IEnumerable .
리턴 void