| 
            
              Int24(Int24) Constructor
             | 
          
        
        Creates 24-bit signed integer from an existing 24-bit signed integer.
        
        Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntaxpublic Int24(
	Int24 value
)
Public Sub New ( 
	value As Int24
)
public:
Int24(
	Int24 value
)
new : 
        value : Int24 -> Int24GSF.Int24 = function(value);
 View SourceParameters
- value  Int24
 - 24-but signed integer to create new Int24 from.
 
See Also