| 
            
              Int24OnesComplement Operator
             | 
          
        
        
            Returns bitwise complement of value.
            
        
        Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
SyntaxPublic Shared Operator ~ ( 
	value As Int24
) As Int24
F# does not support this operator.
JavaScript does not support overloaded operators.
 View SourceParameters
- value  Int24
 - Int24 value as operand.
 
Return Value
Int24Int24 as result.
See Also