public required ReadOnlySpan<Angle> Angles { get; init; }Public Property Angles As ReadOnlySpan(Of Angle)
Get
Setpublic:
property ReadOnlySpan<Angle> Angles {
ReadOnlySpan<Angle> get ();
void set (ReadOnlySpan<Angle> value);
}function get_Angles();
function set_Angles(value);The data this span references is owned by the RollingPhaseEstimator instance, it is only valid during the scope of the PhaseEstimateHandler delegate call. If you need to retain the data, make a copy.