|
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.255-beta+d64b121002b51165b41b0dbf6ccf4c8d3895faa3
Syntaxpublic Int24(
Int24 value
)
Public Sub New (
value As Int24
)
public:
Int24(
Int24 value
)
new :
value : Int24 -> Int24
GSF.Int24 = function(value);
View SourceParameters
- value Int24
- 24-but signed integer to create new Int24 from.
See Also