Click or drag to resize

EndianBitConverter.FromInt64 Method

Converts the specified 64-bit signed integer value and stores the bytes in the given array.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public void FromInt64(
	long value,
	byte[] bytes,
	int startIndex
)

Parameters

value
Type: System.Int64
The number to convert.
bytes
Type:System.Byte[]
An array of bytes.
startIndex
Type: System.Int32
The starting position within bytes.
See Also