|
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.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
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