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

Info() private method

private Info ( string Name, float Value ) : System
Name string
Value float
return System
            internal Info(string Name, float Value)
            {
                this.Name = Name;
                this.Value = Value;
            }
VfpuConstants.Info