YAMP.Sensors.Devices.AmbientLightEventArgs.AmbientLightEventArgs C# (CSharp) Method

AmbientLightEventArgs() public method

Creates a new instance.
public AmbientLightEventArgs ( Double value ) : System
value Double
return System
        public AmbientLightEventArgs(Double value)
        {
            Value = value;
        }
AmbientLightEventArgs