C# Класс ShaderTools.Hlsl.Binding.SemanticFacts

Показать файл Открыть проект

Открытые методы

Метод Описание
IsArithmetic ( this op ) : bool
IsBitwise ( this op ) : bool
IsComparison ( this op ) : bool
IsFloat ( this scalarType ) : bool
IsIntegral ( this scalarType ) : bool
IsLogical ( this op ) : bool
RequiresIntegralTypes ( this op ) : bool
RequiresNumericTypes ( this op ) : bool

Описание методов

IsArithmetic() публичный статический метод

public static IsArithmetic ( this op ) : bool
op this
Результат bool

IsBitwise() публичный статический метод

public static IsBitwise ( this op ) : bool
op this
Результат bool

IsComparison() публичный статический метод

public static IsComparison ( this op ) : bool
op this
Результат bool

IsFloat() публичный статический метод

public static IsFloat ( this scalarType ) : bool
scalarType this
Результат bool

IsIntegral() публичный статический метод

public static IsIntegral ( this scalarType ) : bool
scalarType this
Результат bool

IsLogical() публичный статический метод

public static IsLogical ( this op ) : bool
op this
Результат bool

RequiresIntegralTypes() публичный статический метод

public static RequiresIntegralTypes ( this op ) : bool
op this
Результат bool

RequiresNumericTypes() публичный статический метод

public static RequiresNumericTypes ( this op ) : bool
op this
Результат bool