コード例 #1
0
ファイル: SemanticFacts.cs プロジェクト: Samana/HlslTools
 public static bool RequiresIntegralTypes(this BinaryOperatorKind op)
 {
     return(op.IsBitwise());
 }