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

GetConstantValueByName() public static method

public static GetConstantValueByName ( string Name ) : Info
Name string
return Info
        public static Info GetConstantValueByName(string Name)
        {
            return GetConstantValueByIndex(GetConstantIndexByName(Name));
        }