DoubleScopeValue(Double) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructs a ScopeValue with the passed in double value.
public:
DoubleScopeValue(double value);
public DoubleScopeValue (double value);
new Microsoft.VisualStudio.RemoteSettings.DoubleScopeValue : double -> Microsoft.VisualStudio.RemoteSettings.DoubleScopeValue
Public Sub New (value As Double)
Parameters
- value
- Double