mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			402 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			402 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "name": "*",
 | 
						|
  "type": "operator",
 | 
						|
  "groups": ["Operators"],
 | 
						|
  "description": "Multiplication of two values",
 | 
						|
  "arguments": [{
 | 
						|
    "arg": "a",
 | 
						|
    "description": "value"
 | 
						|
  }, {
 | 
						|
    "arg": "b",
 | 
						|
    "description": "value"
 | 
						|
  }],
 | 
						|
  "examples": [{
 | 
						|
    "expression": "5 * 4",
 | 
						|
    "returns": "20"
 | 
						|
  }, {
 | 
						|
    "expression": "5 * NULL",
 | 
						|
    "returns": "NULL"
 | 
						|
  }],
 | 
						|
  "tags": ["multiplication", "values"]
 | 
						|
}
 |