CSPspEmu.Core.Cpu.VFpu.VfpuConstants.GetConstantValueByName C# (CSharp) Метод

GetConstantValueByName() публичный статический Метод

public static GetConstantValueByName ( string Name ) : Info
Name string
Результат Info
        public static Info GetConstantValueByName(string Name)
        {
            return GetConstantValueByIndex(GetConstantIndexByName(Name));
        }