StreamAddress.Segments Property

Gets the segments of this stream address.

Definition

Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
public ReadOnlySpan<ulong> Segments { get; }

Property Value

ReadOnlySpan<UInt64>
A read-only span of segments. Empty for the root stream.

See Also