|
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.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax public 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