ConstExpr Type
Union cases
| Union case | Description | 
            
                
              
              
                  Full Usage: 
                   
              F32 single
                  Parameters: 
 single
                    
                     | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              F64 double
                  Parameters: 
 double
                    
                     | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              I32 uint32
                  Parameters: 
 uint32
                    
                     | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              I64 uint64
                  Parameters: 
 uint64
                    
                     | 
          
            
  | 
        
Instance members
| Instance member | Description | 
            
                
              
              
                  Full Usage: 
                   
              this.IsF32
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsF64
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsI32
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsI64
                  Returns: bool
                  
                   | 
          
            
  | 
        
            B2R2