CSPspEmu.Core.Cpu.VFpu.VfpuConstants.GetConstantIndexByName C# (CSharp) Method

GetConstantIndexByName() public static method

public static GetConstantIndexByName ( string Name ) : int
Name string
return int
        public static int GetConstantIndexByName(string Name)
        {
            return Indices[Name];
        }