Browse Source

Resources class and methods are public

Resources class is now public and its members are public.  The reason is
to allow Projects which extend the MathNet.Numerics library to reside in
separate projects/.dll file (i.e. beyond the scope of internal
visibility) and be able to call the Resources class of the MathNet
project.
pull/82/head
Iain Sproat 14 years ago
parent
commit
821a124a14
  1. 174
      src/Numerics/Properties/Resources.Designer.cs

174
src/Numerics/Properties/Resources.Designer.cs

@ -22,7 +22,7 @@ namespace MathNet.Numerics.Properties {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources { public class Resources {
private static global::System.Resources.ResourceManager resourceMan; private static global::System.Resources.ResourceManager resourceMan;
@ -63,7 +63,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to The array arguments must have the same length.. /// Looks up a localized string similar to The array arguments must have the same length..
/// </summary> /// </summary>
internal static string ArgumentArraysSameLength { public static string ArgumentArraysSameLength {
get { get {
return ResourceManager.GetString("ArgumentArraysSameLength", resourceCulture); return ResourceManager.GetString("ArgumentArraysSameLength", resourceCulture);
} }
@ -72,7 +72,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to The given array is the wrong length. Should be {0}.. /// Looks up a localized string similar to The given array is the wrong length. Should be {0}..
/// </summary> /// </summary>
internal static string ArgumentArrayWrongLength { public static string ArgumentArrayWrongLength {
get { get {
return ResourceManager.GetString("ArgumentArrayWrongLength", resourceCulture); return ResourceManager.GetString("ArgumentArrayWrongLength", resourceCulture);
} }
@ -81,7 +81,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to The argument must be between 0 and 1.. /// Looks up a localized string similar to The argument must be between 0 and 1..
/// </summary> /// </summary>
internal static string ArgumentBetween0And1 { public static string ArgumentBetween0And1 {
get { get {
return ResourceManager.GetString("ArgumentBetween0And1", resourceCulture); return ResourceManager.GetString("ArgumentBetween0And1", resourceCulture);
} }
@ -90,7 +90,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Value cannot be in the range -1 &lt; x &lt; 1.. /// Looks up a localized string similar to Value cannot be in the range -1 &lt; x &lt; 1..
/// </summary> /// </summary>
internal static string ArgumentCannotBeBetweenOneAndNegativeOne { public static string ArgumentCannotBeBetweenOneAndNegativeOne {
get { get {
return ResourceManager.GetString("ArgumentCannotBeBetweenOneAndNegativeOne", resourceCulture); return ResourceManager.GetString("ArgumentCannotBeBetweenOneAndNegativeOne", resourceCulture);
} }
@ -99,7 +99,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Value must be even.. /// Looks up a localized string similar to Value must be even..
/// </summary> /// </summary>
internal static string ArgumentEven { public static string ArgumentEven {
get { get {
return ResourceManager.GetString("ArgumentEven", resourceCulture); return ResourceManager.GetString("ArgumentEven", resourceCulture);
} }
@ -108,7 +108,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to The histogram does not contains the value.. /// Looks up a localized string similar to The histogram does not contains the value..
/// </summary> /// </summary>
internal static string ArgumentHistogramContainsNot { public static string ArgumentHistogramContainsNot {
get { get {
return ResourceManager.GetString("ArgumentHistogramContainsNot", resourceCulture); return ResourceManager.GetString("ArgumentHistogramContainsNot", resourceCulture);
} }
@ -117,7 +117,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Value is expected to be between {0} and {1} (including {0} and {1}).. /// Looks up a localized string similar to Value is expected to be between {0} and {1} (including {0} and {1})..
/// </summary> /// </summary>
internal static string ArgumentInIntervalXYInclusive { public static string ArgumentInIntervalXYInclusive {
get { get {
return ResourceManager.GetString("ArgumentInIntervalXYInclusive", resourceCulture); return ResourceManager.GetString("ArgumentInIntervalXYInclusive", resourceCulture);
} }
@ -126,7 +126,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to At least one item of {0} is a null reference (Nothing in Visual Basic).. /// Looks up a localized string similar to At least one item of {0} is a null reference (Nothing in Visual Basic)..
/// </summary> /// </summary>
internal static string ArgumentItemNull { public static string ArgumentItemNull {
get { get {
return ResourceManager.GetString("ArgumentItemNull", resourceCulture); return ResourceManager.GetString("ArgumentItemNull", resourceCulture);
} }
@ -135,7 +135,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Value must be greater than or equal to one.. /// Looks up a localized string similar to Value must be greater than or equal to one..
/// </summary> /// </summary>
internal static string ArgumentLessThanOne { public static string ArgumentLessThanOne {
get { get {
return ResourceManager.GetString("ArgumentLessThanOne", resourceCulture); return ResourceManager.GetString("ArgumentLessThanOne", resourceCulture);
} }
@ -144,7 +144,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to han the given upper bound.. /// Looks up a localized string similar to han the given upper bound..
/// </summary> /// </summary>
internal static string ArgumentLowerBoundLargerThanUpperBound { public static string ArgumentLowerBoundLargerThanUpperBound {
get { get {
return ResourceManager.GetString("ArgumentLowerBoundLargerThanUpperBound", resourceCulture); return ResourceManager.GetString("ArgumentLowerBoundLargerThanUpperBound", resourceCulture);
} }
@ -153,7 +153,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Matrix dimensions must agree.. /// Looks up a localized string similar to Matrix dimensions must agree..
/// </summary> /// </summary>
internal static string ArgumentMatrixDimensions { public static string ArgumentMatrixDimensions {
get { get {
return ResourceManager.GetString("ArgumentMatrixDimensions", resourceCulture); return ResourceManager.GetString("ArgumentMatrixDimensions", resourceCulture);
} }
@ -162,7 +162,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Matrix dimensions must agree: {0}.. /// Looks up a localized string similar to Matrix dimensions must agree: {0}..
/// </summary> /// </summary>
internal static string ArgumentMatrixDimensions1 { public static string ArgumentMatrixDimensions1 {
get { get {
return ResourceManager.GetString("ArgumentMatrixDimensions1", resourceCulture); return ResourceManager.GetString("ArgumentMatrixDimensions1", resourceCulture);
} }
@ -171,7 +171,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Matrix dimensions must agree: op1 is {0}, op2 is {1}.. /// Looks up a localized string similar to Matrix dimensions must agree: op1 is {0}, op2 is {1}..
/// </summary> /// </summary>
internal static string ArgumentMatrixDimensions2 { public static string ArgumentMatrixDimensions2 {
get { get {
return ResourceManager.GetString("ArgumentMatrixDimensions2", resourceCulture); return ResourceManager.GetString("ArgumentMatrixDimensions2", resourceCulture);
} }
@ -180,7 +180,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Matrix dimensions must agree: op1 is {0}, op2 is {1}, op3 is {2}.. /// Looks up a localized string similar to Matrix dimensions must agree: op1 is {0}, op2 is {1}, op3 is {2}..
/// </summary> /// </summary>
internal static string ArgumentMatrixDimensions3 { public static string ArgumentMatrixDimensions3 {
get { get {
return ResourceManager.GetString("ArgumentMatrixDimensions3", resourceCulture); return ResourceManager.GetString("ArgumentMatrixDimensions3", resourceCulture);
} }
@ -189,7 +189,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to The requested matrix does not exist.. /// Looks up a localized string similar to The requested matrix does not exist..
/// </summary> /// </summary>
internal static string ArgumentMatrixDoesNotExist { public static string ArgumentMatrixDoesNotExist {
get { get {
return ResourceManager.GetString("ArgumentMatrixDoesNotExist", resourceCulture); return ResourceManager.GetString("ArgumentMatrixDoesNotExist", resourceCulture);
} }
@ -198,7 +198,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to The matrix indices must not be out of range of the given matrix.. /// Looks up a localized string similar to The matrix indices must not be out of range of the given matrix..
/// </summary> /// </summary>
internal static string ArgumentMatrixIndexOutOfRange { public static string ArgumentMatrixIndexOutOfRange {
get { get {
return ResourceManager.GetString("ArgumentMatrixIndexOutOfRange", resourceCulture); return ResourceManager.GetString("ArgumentMatrixIndexOutOfRange", resourceCulture);
} }
@ -207,7 +207,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Matrix must not be rank deficient.. /// Looks up a localized string similar to Matrix must not be rank deficient..
/// </summary> /// </summary>
internal static string ArgumentMatrixNotRankDeficient { public static string ArgumentMatrixNotRankDeficient {
get { get {
return ResourceManager.GetString("ArgumentMatrixNotRankDeficient", resourceCulture); return ResourceManager.GetString("ArgumentMatrixNotRankDeficient", resourceCulture);
} }
@ -216,7 +216,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Matrix must not be singular.. /// Looks up a localized string similar to Matrix must not be singular..
/// </summary> /// </summary>
internal static string ArgumentMatrixNotSingular { public static string ArgumentMatrixNotSingular {
get { get {
return ResourceManager.GetString("ArgumentMatrixNotSingular", resourceCulture); return ResourceManager.GetString("ArgumentMatrixNotSingular", resourceCulture);
} }
@ -225,7 +225,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Matrix must be positive definite.. /// Looks up a localized string similar to Matrix must be positive definite..
/// </summary> /// </summary>
internal static string ArgumentMatrixPositiveDefinite { public static string ArgumentMatrixPositiveDefinite {
get { get {
return ResourceManager.GetString("ArgumentMatrixPositiveDefinite", resourceCulture); return ResourceManager.GetString("ArgumentMatrixPositiveDefinite", resourceCulture);
} }
@ -234,7 +234,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Matrix column dimensions must agree.. /// Looks up a localized string similar to Matrix column dimensions must agree..
/// </summary> /// </summary>
internal static string ArgumentMatrixSameColumnDimension { public static string ArgumentMatrixSameColumnDimension {
get { get {
return ResourceManager.GetString("ArgumentMatrixSameColumnDimension", resourceCulture); return ResourceManager.GetString("ArgumentMatrixSameColumnDimension", resourceCulture);
} }
@ -243,7 +243,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Matrix row dimensions must agree.. /// Looks up a localized string similar to Matrix row dimensions must agree..
/// </summary> /// </summary>
internal static string ArgumentMatrixSameRowDimension { public static string ArgumentMatrixSameRowDimension {
get { get {
return ResourceManager.GetString("ArgumentMatrixSameRowDimension", resourceCulture); return ResourceManager.GetString("ArgumentMatrixSameRowDimension", resourceCulture);
} }
@ -252,7 +252,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Matrix must have exactly one column.. /// Looks up a localized string similar to Matrix must have exactly one column..
/// </summary> /// </summary>
internal static string ArgumentMatrixSingleColumn { public static string ArgumentMatrixSingleColumn {
get { get {
return ResourceManager.GetString("ArgumentMatrixSingleColumn", resourceCulture); return ResourceManager.GetString("ArgumentMatrixSingleColumn", resourceCulture);
} }
@ -261,7 +261,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Matrix must have exactly one column and row, thus have only one cell.. /// Looks up a localized string similar to Matrix must have exactly one column and row, thus have only one cell..
/// </summary> /// </summary>
internal static string ArgumentMatrixSingleColumnRow { public static string ArgumentMatrixSingleColumnRow {
get { get {
return ResourceManager.GetString("ArgumentMatrixSingleColumnRow", resourceCulture); return ResourceManager.GetString("ArgumentMatrixSingleColumnRow", resourceCulture);
} }
@ -270,7 +270,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Matrix must have exactly one row.. /// Looks up a localized string similar to Matrix must have exactly one row..
/// </summary> /// </summary>
internal static string ArgumentMatrixSingleRow { public static string ArgumentMatrixSingleRow {
get { get {
return ResourceManager.GetString("ArgumentMatrixSingleRow", resourceCulture); return ResourceManager.GetString("ArgumentMatrixSingleRow", resourceCulture);
} }
@ -279,7 +279,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Matrix must be square.. /// Looks up a localized string similar to Matrix must be square..
/// </summary> /// </summary>
internal static string ArgumentMatrixSquare { public static string ArgumentMatrixSquare {
get { get {
return ResourceManager.GetString("ArgumentMatrixSquare", resourceCulture); return ResourceManager.GetString("ArgumentMatrixSquare", resourceCulture);
} }
@ -288,7 +288,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Matrix must be symmetric.. /// Looks up a localized string similar to Matrix must be symmetric..
/// </summary> /// </summary>
internal static string ArgumentMatrixSymmetric { public static string ArgumentMatrixSymmetric {
get { get {
return ResourceManager.GetString("ArgumentMatrixSymmetric", resourceCulture); return ResourceManager.GetString("ArgumentMatrixSymmetric", resourceCulture);
} }
@ -297,7 +297,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Matrix must be symmetric positive definite.. /// Looks up a localized string similar to Matrix must be symmetric positive definite..
/// </summary> /// </summary>
internal static string ArgumentMatrixSymmetricPositiveDefinite { public static string ArgumentMatrixSymmetricPositiveDefinite {
get { get {
return ResourceManager.GetString("ArgumentMatrixSymmetricPositiveDefinite", resourceCulture); return ResourceManager.GetString("ArgumentMatrixSymmetricPositiveDefinite", resourceCulture);
} }
@ -306,7 +306,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to In the specified range, the minimum is greater than maximum.. /// Looks up a localized string similar to In the specified range, the minimum is greater than maximum..
/// </summary> /// </summary>
internal static string ArgumentMinValueGreaterThanMaxValue { public static string ArgumentMinValueGreaterThanMaxValue {
get { get {
return ResourceManager.GetString("ArgumentMinValueGreaterThanMaxValue", resourceCulture); return ResourceManager.GetString("ArgumentMinValueGreaterThanMaxValue", resourceCulture);
} }
@ -315,7 +315,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Value must be positive.. /// Looks up a localized string similar to Value must be positive..
/// </summary> /// </summary>
internal static string ArgumentMustBePositive { public static string ArgumentMustBePositive {
get { get {
return ResourceManager.GetString("ArgumentMustBePositive", resourceCulture); return ResourceManager.GetString("ArgumentMustBePositive", resourceCulture);
} }
@ -324,7 +324,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Value must neither be infinite nor NaN.. /// Looks up a localized string similar to Value must neither be infinite nor NaN..
/// </summary> /// </summary>
internal static string ArgumentNotInfinityNaN { public static string ArgumentNotInfinityNaN {
get { get {
return ResourceManager.GetString("ArgumentNotInfinityNaN", resourceCulture); return ResourceManager.GetString("ArgumentNotInfinityNaN", resourceCulture);
} }
@ -333,7 +333,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Value must not be negative (zero is ok).. /// Looks up a localized string similar to Value must not be negative (zero is ok)..
/// </summary> /// </summary>
internal static string ArgumentNotNegative { public static string ArgumentNotNegative {
get { get {
return ResourceManager.GetString("ArgumentNotNegative", resourceCulture); return ResourceManager.GetString("ArgumentNotNegative", resourceCulture);
} }
@ -342,7 +342,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to {0} is a null reference (Nothing in Visual Basic).. /// Looks up a localized string similar to {0} is a null reference (Nothing in Visual Basic)..
/// </summary> /// </summary>
internal static string ArgumentNull { public static string ArgumentNull {
get { get {
return ResourceManager.GetString("ArgumentNull", resourceCulture); return ResourceManager.GetString("ArgumentNull", resourceCulture);
} }
@ -351,7 +351,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Value must be odd.. /// Looks up a localized string similar to Value must be odd..
/// </summary> /// </summary>
internal static string ArgumentOdd { public static string ArgumentOdd {
get { get {
return ResourceManager.GetString("ArgumentOdd", resourceCulture); return ResourceManager.GetString("ArgumentOdd", resourceCulture);
} }
@ -360,7 +360,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to {0} must be greater than {1}.. /// Looks up a localized string similar to {0} must be greater than {1}..
/// </summary> /// </summary>
internal static string ArgumentOutOfRangeGreater { public static string ArgumentOutOfRangeGreater {
get { get {
return ResourceManager.GetString("ArgumentOutOfRangeGreater", resourceCulture); return ResourceManager.GetString("ArgumentOutOfRangeGreater", resourceCulture);
} }
@ -369,7 +369,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to {0} must be greater than or equal to {1}.. /// Looks up a localized string similar to {0} must be greater than or equal to {1}..
/// </summary> /// </summary>
internal static string ArgumentOutOfRangeGreaterEqual { public static string ArgumentOutOfRangeGreaterEqual {
get { get {
return ResourceManager.GetString("ArgumentOutOfRangeGreaterEqual", resourceCulture); return ResourceManager.GetString("ArgumentOutOfRangeGreaterEqual", resourceCulture);
} }
@ -378,7 +378,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to The chosen parameter set is invalid (probably some value is out of range).. /// Looks up a localized string similar to The chosen parameter set is invalid (probably some value is out of range)..
/// </summary> /// </summary>
internal static string ArgumentParameterSetInvalid { public static string ArgumentParameterSetInvalid {
get { get {
return ResourceManager.GetString("ArgumentParameterSetInvalid", resourceCulture); return ResourceManager.GetString("ArgumentParameterSetInvalid", resourceCulture);
} }
@ -387,7 +387,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to The given expression does not represent a complex number.. /// Looks up a localized string similar to The given expression does not represent a complex number..
/// </summary> /// </summary>
internal static string ArgumentParseComplexNumber { public static string ArgumentParseComplexNumber {
get { get {
return ResourceManager.GetString("ArgumentParseComplexNumber", resourceCulture); return ResourceManager.GetString("ArgumentParseComplexNumber", resourceCulture);
} }
@ -396,7 +396,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Value must be positive (and not zero).. /// Looks up a localized string similar to Value must be positive (and not zero)..
/// </summary> /// </summary>
internal static string ArgumentPositive { public static string ArgumentPositive {
get { get {
return ResourceManager.GetString("ArgumentPositive", resourceCulture); return ResourceManager.GetString("ArgumentPositive", resourceCulture);
} }
@ -405,7 +405,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Size must be a Power of Two.. /// Looks up a localized string similar to Size must be a Power of Two..
/// </summary> /// </summary>
internal static string ArgumentPowerOfTwo { public static string ArgumentPowerOfTwo {
get { get {
return ResourceManager.GetString("ArgumentPowerOfTwo", resourceCulture); return ResourceManager.GetString("ArgumentPowerOfTwo", resourceCulture);
} }
@ -414,7 +414,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Size must be a Power of Two in every dimension.. /// Looks up a localized string similar to Size must be a Power of Two in every dimension..
/// </summary> /// </summary>
internal static string ArgumentPowerOfTwoEveryDimension { public static string ArgumentPowerOfTwoEveryDimension {
get { get {
return ResourceManager.GetString("ArgumentPowerOfTwoEveryDimension", resourceCulture); return ResourceManager.GetString("ArgumentPowerOfTwoEveryDimension", resourceCulture);
} }
@ -423,7 +423,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to The range between {0} and {1} must be less than or equal to {2}.. /// Looks up a localized string similar to The range between {0} and {1} must be less than or equal to {2}..
/// </summary> /// </summary>
internal static string ArgumentRangeLessEqual { public static string ArgumentRangeLessEqual {
get { get {
return ResourceManager.GetString("ArgumentRangeLessEqual", resourceCulture); return ResourceManager.GetString("ArgumentRangeLessEqual", resourceCulture);
} }
@ -432,7 +432,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Arguments must be different objects.. /// Looks up a localized string similar to Arguments must be different objects..
/// </summary> /// </summary>
internal static string ArgumentReferenceDifferent { public static string ArgumentReferenceDifferent {
get { get {
return ResourceManager.GetString("ArgumentReferenceDifferent", resourceCulture); return ResourceManager.GetString("ArgumentReferenceDifferent", resourceCulture);
} }
@ -441,7 +441,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Array must have exactly one dimension (and not be null).. /// Looks up a localized string similar to Array must have exactly one dimension (and not be null)..
/// </summary> /// </summary>
internal static string ArgumentSingleDimensionArray { public static string ArgumentSingleDimensionArray {
get { get {
return ResourceManager.GetString("ArgumentSingleDimensionArray", resourceCulture); return ResourceManager.GetString("ArgumentSingleDimensionArray", resourceCulture);
} }
@ -450,7 +450,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Value is too large.. /// Looks up a localized string similar to Value is too large..
/// </summary> /// </summary>
internal static string ArgumentTooLarge { public static string ArgumentTooLarge {
get { get {
return ResourceManager.GetString("ArgumentTooLarge", resourceCulture); return ResourceManager.GetString("ArgumentTooLarge", resourceCulture);
} }
@ -459,7 +459,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Value is too large for the current iteration limit.. /// Looks up a localized string similar to Value is too large for the current iteration limit..
/// </summary> /// </summary>
internal static string ArgumentTooLargeForIterationLimit { public static string ArgumentTooLargeForIterationLimit {
get { get {
return ResourceManager.GetString("ArgumentTooLargeForIterationLimit", resourceCulture); return ResourceManager.GetString("ArgumentTooLargeForIterationLimit", resourceCulture);
} }
@ -468,7 +468,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Type mismatch.. /// Looks up a localized string similar to Type mismatch..
/// </summary> /// </summary>
internal static string ArgumentTypeMismatch { public static string ArgumentTypeMismatch {
get { get {
return ResourceManager.GetString("ArgumentTypeMismatch", resourceCulture); return ResourceManager.GetString("ArgumentTypeMismatch", resourceCulture);
} }
@ -477,7 +477,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Array length must be a multiple of {0}.. /// Looks up a localized string similar to Array length must be a multiple of {0}..
/// </summary> /// </summary>
internal static string ArgumentVectorLengthsMultipleOf { public static string ArgumentVectorLengthsMultipleOf {
get { get {
return ResourceManager.GetString("ArgumentVectorLengthsMultipleOf", resourceCulture); return ResourceManager.GetString("ArgumentVectorLengthsMultipleOf", resourceCulture);
} }
@ -486,7 +486,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to All vectors must have the same dimensionality.. /// Looks up a localized string similar to All vectors must have the same dimensionality..
/// </summary> /// </summary>
internal static string ArgumentVectorsSameLength { public static string ArgumentVectorsSameLength {
get { get {
return ResourceManager.GetString("ArgumentVectorsSameLength", resourceCulture); return ResourceManager.GetString("ArgumentVectorsSameLength", resourceCulture);
} }
@ -495,7 +495,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to The vector must have 3 dimensions.. /// Looks up a localized string similar to The vector must have 3 dimensions..
/// </summary> /// </summary>
internal static string ArgumentVectorThreeDimensional { public static string ArgumentVectorThreeDimensional {
get { get {
return ResourceManager.GetString("ArgumentVectorThreeDimensional", resourceCulture); return ResourceManager.GetString("ArgumentVectorThreeDimensional", resourceCulture);
} }
@ -504,7 +504,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to The given array is too small. It must be at least {0} long.. /// Looks up a localized string similar to The given array is too small. It must be at least {0} long..
/// </summary> /// </summary>
internal static string ArrayTooSmall { public static string ArrayTooSmall {
get { get {
return ResourceManager.GetString("ArrayTooSmall", resourceCulture); return ResourceManager.GetString("ArrayTooSmall", resourceCulture);
} }
@ -513,7 +513,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Big endian files are not supported.. /// Looks up a localized string similar to Big endian files are not supported..
/// </summary> /// </summary>
internal static string BigEndianNotSupported { public static string BigEndianNotSupported {
get { get {
return ResourceManager.GetString("BigEndianNotSupported", resourceCulture); return ResourceManager.GetString("BigEndianNotSupported", resourceCulture);
} }
@ -522,7 +522,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to The supplied collection is empty.. /// Looks up a localized string similar to The supplied collection is empty..
/// </summary> /// </summary>
internal static string CollectionEmpty { public static string CollectionEmpty {
get { get {
return ResourceManager.GetString("CollectionEmpty", resourceCulture); return ResourceManager.GetString("CollectionEmpty", resourceCulture);
} }
@ -531,7 +531,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Complex matrices are not supported.. /// Looks up a localized string similar to Complex matrices are not supported..
/// </summary> /// </summary>
internal static string ComplexMatricesNotSupported { public static string ComplexMatricesNotSupported {
get { get {
return ResourceManager.GetString("ComplexMatricesNotSupported", resourceCulture); return ResourceManager.GetString("ComplexMatricesNotSupported", resourceCulture);
} }
@ -540,7 +540,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to An algorithm failed to converge.. /// Looks up a localized string similar to An algorithm failed to converge..
/// </summary> /// </summary>
internal static string ConvergenceFailed { public static string ConvergenceFailed {
get { get {
return ResourceManager.GetString("ConvergenceFailed", resourceCulture); return ResourceManager.GetString("ConvergenceFailed", resourceCulture);
} }
@ -549,7 +549,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to This feature is not implemented yet (but is planned).. /// Looks up a localized string similar to This feature is not implemented yet (but is planned)..
/// </summary> /// </summary>
internal static string FeaturePlannedButNotImplementedYet { public static string FeaturePlannedButNotImplementedYet {
get { get {
return ResourceManager.GetString("FeaturePlannedButNotImplementedYet", resourceCulture); return ResourceManager.GetString("FeaturePlannedButNotImplementedYet", resourceCulture);
} }
@ -558,7 +558,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to The given file doesn&apos;t exist.. /// Looks up a localized string similar to The given file doesn&apos;t exist..
/// </summary> /// </summary>
internal static string FileDoesNotExist { public static string FileDoesNotExist {
get { get {
return ResourceManager.GetString("FileDoesNotExist", resourceCulture); return ResourceManager.GetString("FileDoesNotExist", resourceCulture);
} }
@ -567,7 +567,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Sample points should be sorted in strictly ascending order. /// Looks up a localized string similar to Sample points should be sorted in strictly ascending order.
/// </summary> /// </summary>
internal static string Interpolation_Initialize_SamplePointsNotStrictlyAscendingOrder { public static string Interpolation_Initialize_SamplePointsNotStrictlyAscendingOrder {
get { get {
return ResourceManager.GetString("Interpolation_Initialize_SamplePointsNotStrictlyAscendingOrder", resourceCulture); return ResourceManager.GetString("Interpolation_Initialize_SamplePointsNotStrictlyAscendingOrder", resourceCulture);
} }
@ -576,7 +576,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to All sample points should be unique.. /// Looks up a localized string similar to All sample points should be unique..
/// </summary> /// </summary>
internal static string Interpolation_Initialize_SamplePointsNotUnique { public static string Interpolation_Initialize_SamplePointsNotUnique {
get { get {
return ResourceManager.GetString("Interpolation_Initialize_SamplePointsNotUnique", resourceCulture); return ResourceManager.GetString("Interpolation_Initialize_SamplePointsNotUnique", resourceCulture);
} }
@ -585,7 +585,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Invalid parameterization for the distribution.. /// Looks up a localized string similar to Invalid parameterization for the distribution..
/// </summary> /// </summary>
internal static string InvalidDistributionParameters { public static string InvalidDistributionParameters {
get { get {
return ResourceManager.GetString("InvalidDistributionParameters", resourceCulture); return ResourceManager.GetString("InvalidDistributionParameters", resourceCulture);
} }
@ -594,7 +594,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Invalid Left Boundary Condition.. /// Looks up a localized string similar to Invalid Left Boundary Condition..
/// </summary> /// </summary>
internal static string InvalidLeftBoundaryCondition { public static string InvalidLeftBoundaryCondition {
get { get {
return ResourceManager.GetString("InvalidLeftBoundaryCondition", resourceCulture); return ResourceManager.GetString("InvalidLeftBoundaryCondition", resourceCulture);
} }
@ -603,7 +603,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to The operation could not be performed because the accumulator is empty.. /// Looks up a localized string similar to The operation could not be performed because the accumulator is empty..
/// </summary> /// </summary>
internal static string InvalidOperationAccumulatorEmpty { public static string InvalidOperationAccumulatorEmpty {
get { get {
return ResourceManager.GetString("InvalidOperationAccumulatorEmpty", resourceCulture); return ResourceManager.GetString("InvalidOperationAccumulatorEmpty", resourceCulture);
} }
@ -612,7 +612,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to The operation could not be performed because the histogram is empty.. /// Looks up a localized string similar to The operation could not be performed because the histogram is empty..
/// </summary> /// </summary>
internal static string InvalidOperationHistogramEmpty { public static string InvalidOperationHistogramEmpty {
get { get {
return ResourceManager.GetString("InvalidOperationHistogramEmpty", resourceCulture); return ResourceManager.GetString("InvalidOperationHistogramEmpty", resourceCulture);
} }
@ -621,7 +621,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Not enough points in the distribution.. /// Looks up a localized string similar to Not enough points in the distribution..
/// </summary> /// </summary>
internal static string InvalidOperationHistogramNotEnoughPoints { public static string InvalidOperationHistogramNotEnoughPoints {
get { get {
return ResourceManager.GetString("InvalidOperationHistogramNotEnoughPoints", resourceCulture); return ResourceManager.GetString("InvalidOperationHistogramNotEnoughPoints", resourceCulture);
} }
@ -630,7 +630,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to No Samples Provided. Preparation Required.. /// Looks up a localized string similar to No Samples Provided. Preparation Required..
/// </summary> /// </summary>
internal static string InvalidOperationNoSamplesProvided { public static string InvalidOperationNoSamplesProvided {
get { get {
return ResourceManager.GetString("InvalidOperationNoSamplesProvided", resourceCulture); return ResourceManager.GetString("InvalidOperationNoSamplesProvided", resourceCulture);
} }
@ -639,7 +639,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Invalid Right Boundary Condition.. /// Looks up a localized string similar to Invalid Right Boundary Condition..
/// </summary> /// </summary>
internal static string InvalidRightBoundaryCondition { public static string InvalidRightBoundaryCondition {
get { get {
return ResourceManager.GetString("InvalidRightBoundaryCondition", resourceCulture); return ResourceManager.GetString("InvalidRightBoundaryCondition", resourceCulture);
} }
@ -648,7 +648,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to ddd MMM dd HH:mm:ss yyyy. /// Looks up a localized string similar to ddd MMM dd HH:mm:ss yyyy.
/// </summary> /// </summary>
internal static string MatlabDateHeaderFormat { public static string MatlabDateHeaderFormat {
get { get {
return ResourceManager.GetString("MatlabDateHeaderFormat", resourceCulture); return ResourceManager.GetString("MatlabDateHeaderFormat", resourceCulture);
} }
@ -657,7 +657,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to The number of columns of a matrix must be positive.. /// Looks up a localized string similar to The number of columns of a matrix must be positive..
/// </summary> /// </summary>
internal static string MatrixColumnsMustBePositive { public static string MatrixColumnsMustBePositive {
get { get {
return ResourceManager.GetString("MatrixColumnsMustBePositive", resourceCulture); return ResourceManager.GetString("MatrixColumnsMustBePositive", resourceCulture);
} }
@ -666,7 +666,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to The number of rows of a matrix must be positive.. /// Looks up a localized string similar to The number of rows of a matrix must be positive..
/// </summary> /// </summary>
internal static string MatrixRowsMustBePositive { public static string MatrixRowsMustBePositive {
get { get {
return ResourceManager.GetString("MatrixRowsMustBePositive", resourceCulture); return ResourceManager.GetString("MatrixRowsMustBePositive", resourceCulture);
} }
@ -675,7 +675,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to The number of rows or columns of a matrix must be positive.. /// Looks up a localized string similar to The number of rows or columns of a matrix must be positive..
/// </summary> /// </summary>
internal static string MatrixRowsOrColumnsMustBePositive { public static string MatrixRowsOrColumnsMustBePositive {
get { get {
return ResourceManager.GetString("MatrixRowsOrColumnsMustBePositive", resourceCulture); return ResourceManager.GetString("MatrixRowsOrColumnsMustBePositive", resourceCulture);
} }
@ -684,7 +684,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Only 1 and 2 dimensional arrays are supported.. /// Looks up a localized string similar to Only 1 and 2 dimensional arrays are supported..
/// </summary> /// </summary>
internal static string MoreThan2D { public static string MoreThan2D {
get { get {
return ResourceManager.GetString("MoreThan2D", resourceCulture); return ResourceManager.GetString("MoreThan2D", resourceCulture);
} }
@ -693,7 +693,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Data must contain at least {0} values.. /// Looks up a localized string similar to Data must contain at least {0} values..
/// </summary> /// </summary>
internal static string MustContainAtLeast { public static string MustContainAtLeast {
get { get {
return ResourceManager.GetString("MustContainAtLeast", resourceCulture); return ResourceManager.GetString("MustContainAtLeast", resourceCulture);
} }
@ -702,7 +702,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to Name cannot contain a space. name: {0}. /// Looks up a localized string similar to Name cannot contain a space. name: {0}.
/// </summary> /// </summary>
internal static string NameCannotContainASpace { public static string NameCannotContainASpace {
get { get {
return ResourceManager.GetString("NameCannotContainASpace", resourceCulture); return ResourceManager.GetString("NameCannotContainASpace", resourceCulture);
} }
@ -711,7 +711,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to {0} is not a supported type.. /// Looks up a localized string similar to {0} is not a supported type..
/// </summary> /// </summary>
internal static string NotSupportedType { public static string NotSupportedType {
get { get {
return ResourceManager.GetString("NotSupportedType", resourceCulture); return ResourceManager.GetString("NotSupportedType", resourceCulture);
} }
@ -720,7 +720,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to The two arguments can&apos;t be compared (maybe they are part of a partial ordering?). /// Looks up a localized string similar to The two arguments can&apos;t be compared (maybe they are part of a partial ordering?).
/// </summary> /// </summary>
internal static string PartialOrderException { public static string PartialOrderException {
get { get {
return ResourceManager.GetString("PartialOrderException", resourceCulture); return ResourceManager.GetString("PartialOrderException", resourceCulture);
} }
@ -729,7 +729,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to The integer array does not represent a valid permutation.. /// Looks up a localized string similar to The integer array does not represent a valid permutation..
/// </summary> /// </summary>
internal static string PermutationAsIntArrayInvalid { public static string PermutationAsIntArrayInvalid {
get { get {
return ResourceManager.GetString("PermutationAsIntArrayInvalid", resourceCulture); return ResourceManager.GetString("PermutationAsIntArrayInvalid", resourceCulture);
} }
@ -738,7 +738,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to The sampler&apos;s proposal distribution is not upper bounding the target density.. /// Looks up a localized string similar to The sampler&apos;s proposal distribution is not upper bounding the target density..
/// </summary> /// </summary>
internal static string ProposalDistributionNoUpperBound { public static string ProposalDistributionNoUpperBound {
get { get {
return ResourceManager.GetString("ProposalDistributionNoUpperBound", resourceCulture); return ResourceManager.GetString("ProposalDistributionNoUpperBound", resourceCulture);
} }
@ -747,7 +747,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to The number of rows must greater than or equal to the number of columns.. /// Looks up a localized string similar to The number of rows must greater than or equal to the number of columns..
/// </summary> /// </summary>
internal static string RowsLessThanColumns { public static string RowsLessThanColumns {
get { get {
return ResourceManager.GetString("RowsLessThanColumns", resourceCulture); return ResourceManager.GetString("RowsLessThanColumns", resourceCulture);
} }
@ -756,7 +756,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to The singular vectors were not computed.. /// Looks up a localized string similar to The singular vectors were not computed..
/// </summary> /// </summary>
internal static string SingularVectorsNotComputed { public static string SingularVectorsNotComputed {
get { get {
return ResourceManager.GetString("SingularVectorsNotComputed", resourceCulture); return ResourceManager.GetString("SingularVectorsNotComputed", resourceCulture);
} }
@ -765,7 +765,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to This special case is not supported yet (but is planned).. /// Looks up a localized string similar to This special case is not supported yet (but is planned)..
/// </summary> /// </summary>
internal static string SpecialCasePlannedButNotImplementedYet { public static string SpecialCasePlannedButNotImplementedYet {
get { get {
return ResourceManager.GetString("SpecialCasePlannedButNotImplementedYet", resourceCulture); return ResourceManager.GetString("SpecialCasePlannedButNotImplementedYet", resourceCulture);
} }
@ -774,7 +774,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to The given stop criterium already exist in the collection.. /// Looks up a localized string similar to The given stop criterium already exist in the collection..
/// </summary> /// </summary>
internal static string StopCriteriumDuplicate { public static string StopCriteriumDuplicate {
get { get {
return ResourceManager.GetString("StopCriteriumDuplicate", resourceCulture); return ResourceManager.GetString("StopCriteriumDuplicate", resourceCulture);
} }
@ -783,7 +783,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to There is no stop criterium in the collection.. /// Looks up a localized string similar to There is no stop criterium in the collection..
/// </summary> /// </summary>
internal static string StopCriteriumMissing { public static string StopCriteriumMissing {
get { get {
return ResourceManager.GetString("StopCriteriumMissing", resourceCulture); return ResourceManager.GetString("StopCriteriumMissing", resourceCulture);
} }
@ -792,7 +792,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to String parameter cannot be empty or null.. /// Looks up a localized string similar to String parameter cannot be empty or null..
/// </summary> /// </summary>
internal static string StringNullOrEmpty { public static string StringNullOrEmpty {
get { get {
return ResourceManager.GetString("StringNullOrEmpty", resourceCulture); return ResourceManager.GetString("StringNullOrEmpty", resourceCulture);
} }
@ -801,7 +801,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to We only support sparse matrix with less than int.MaxValue elements.. /// Looks up a localized string similar to We only support sparse matrix with less than int.MaxValue elements..
/// </summary> /// </summary>
internal static string TooManyElements { public static string TooManyElements {
get { get {
return ResourceManager.GetString("TooManyElements", resourceCulture); return ResourceManager.GetString("TooManyElements", resourceCulture);
} }
@ -810,7 +810,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to The moment of the distribution is undefined.. /// Looks up a localized string similar to The moment of the distribution is undefined..
/// </summary> /// </summary>
internal static string UndefinedMoment { public static string UndefinedMoment {
get { get {
return ResourceManager.GetString("UndefinedMoment", resourceCulture); return ResourceManager.GetString("UndefinedMoment", resourceCulture);
} }
@ -819,7 +819,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to A user defined provider has not been specified.. /// Looks up a localized string similar to A user defined provider has not been specified..
/// </summary> /// </summary>
internal static string UserDefinedProviderNotSpecified { public static string UserDefinedProviderNotSpecified {
get { get {
return ResourceManager.GetString("UserDefinedProviderNotSpecified", resourceCulture); return ResourceManager.GetString("UserDefinedProviderNotSpecified", resourceCulture);
} }
@ -828,7 +828,7 @@ namespace MathNet.Numerics.Properties {
/// <summary> /// <summary>
/// Looks up a localized string similar to The given work array is too small. Check work[0] for the corret size.. /// Looks up a localized string similar to The given work array is too small. Check work[0] for the corret size..
/// </summary> /// </summary>
internal static string WorkArrayTooSmall { public static string WorkArrayTooSmall {
get { get {
return ResourceManager.GetString("WorkArrayTooSmall", resourceCulture); return ResourceManager.GetString("WorkArrayTooSmall", resourceCulture);
} }

Loading…
Cancel
Save