Method |
Description |
|
GetDimensionSize ( this type, int dimension ) : int |
|
|
GetMatchingBoolType ( TypeSymbol numericType ) : TypeSymbol |
|
|
GetMatrixType ( SyntaxKind kind ) : Tuple |
|
|
GetNumElements ( this type ) : int |
|
|
GetNumericTypeWithScalarType ( this type, ScalarType scalarType ) : IntrinsicNumericTypeSymbol |
|
|
GetScalarType ( ScalarTypeSyntax node ) : ScalarType |
|
|
GetVectorType ( SyntaxKind kind ) : int>.Tuple |
|
|
HasExplicitConversionTo ( this left, TypeSymbol right ) : bool |
|
|
HasImplicitConversionTo ( this left, TypeSymbol right ) : bool |
|
|
IsCast ( ScalarType left, ScalarType right ) : bool |
|
|
IsIntCast ( ScalarType left, ScalarType right ) : bool |
|
|
IsPromotion ( ScalarType left, ScalarType right ) : bool |
|
|
IsUserDefined ( this type ) : bool |
|
|
ToDisplayName ( this type ) : string |
|
|