C# Class Ty.TyUint

Inheritance: BuiltinTyRef
Show file Open project: YourLocalFax/OLD-Score

Public Properties

Property Type Description
Uint16Ty TyUint
Uint32Ty TyUint
Uint64Ty TyUint
Uint8Ty TyUint

Public Methods

Method Description
GetHashCode ( ) : int
ToString ( ) : string

Private Methods

Method Description
TyUint ( uint bitWidth ) : System.Diagnostics

Method Details

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

Property Details

Uint16Ty public static property

public static TyUint,Ty Uint16Ty
return TyUint

Uint32Ty public static property

public static TyUint,Ty Uint32Ty
return TyUint

Uint64Ty public static property

public static TyUint,Ty Uint64Ty
return TyUint

Uint8Ty public static property

public static TyUint,Ty Uint8Ty
return TyUint