Bevisuali.UX.VariablesInspectorVariable.GetVariable C# (CSharp) Method

GetVariable() public method

public GetVariable ( ) : FAI.Bayesian.RandomVariable
return FAI.Bayesian.RandomVariable
        public FRandomVariable GetVariable()
        {
            return _variable;
        }