| 
            
              ScalarElementSetInt1 Method
             | 
          
        
        
            Sets the value of this scalar as an 8-bit signed integer.
            
        
        Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.258-beta
Syntaxpublic void SetInt1(
	sbyte value
)
Public Sub SetInt1 ( 
	value As SByte
)
public:
void SetInt1(
	signed char value
)
member SetInt1 : 
        value : sbyte -> unit  View SourceParameters
- value  SByte
 - The new value as an 8-bit signed integer.
 
See Also