Stream Address.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#
A read-only span of segments. Empty for the root stream.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public ReadOnlySpan<ulong> Segments { get; }Property Value
ReadOnlySpan<UInt64>A read-only span of segments. Empty for the root stream.