'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Specifies the origin value when the UseOrigin property is set to true")> <System.ComponentModel.DefaultValueAttribute(0)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property Origin As System.Double
'Usage
Dim instance As NNumericRangeSamplerProvider Dim value As System.Double instance.Origin = value value = instance.Origin
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Specifies the origin value when the UseOrigin property is set to true")] [System.ComponentModel.DefaultValue(0)] [System.Xml.Serialization.XmlAttribute()] public System.double Origin {get; set;}