Luxand.FSDK.GetMatchingThresholdAtFRR C# (CSharp) Method

GetMatchingThresholdAtFRR() private method

private GetMatchingThresholdAtFRR ( float FRRValue, float &Threshold ) : int
FRRValue float
Threshold float
return int
        public static extern int GetMatchingThresholdAtFRR(float FRRValue, ref float Threshold);
FSDK