mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-24 21:48:03 +00:00
adding missing validations
This commit is contained in:
@@ -409,7 +409,9 @@ public sealed class Bessel : AbstractBase
|
||||
state.F2 = state.LastValidValue;
|
||||
output[i] = state.LastValidValue;
|
||||
state.Count = 1;
|
||||
#pragma warning disable S127 // Warmup init: advance past first valid to seed state machine
|
||||
i++;
|
||||
#pragma warning restore S127
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user