MathConverter.DefaultValue Property
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.
The value to use for ConvertOverride(IEnumerable<Double>) if one is not provided
protected:
abstract property double DefaultValue { double get(); };
protected abstract double DefaultValue { get; }
member this.DefaultValue : double
Protected MustOverride ReadOnly Property DefaultValue As Double