C# Class Ty.TyInt

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

Public Properties

Property Type Description
Int16Ty TyInt
Int32Ty TyInt
Int64Ty TyInt
Int8Ty TyInt

Public Methods

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

Private Methods

Method Description
TyInt ( uint bitWidth ) : System.Diagnostics

Method Details

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

Property Details

Int16Ty public static property

public static TyInt,Ty Int16Ty
return TyInt

Int32Ty public static property

public static TyInt,Ty Int32Ty
return TyInt

Int64Ty public static property

public static TyInt,Ty Int64Ty
return TyInt

Int8Ty public static property

public static TyInt,Ty Int8Ty
return TyInt