|
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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
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