//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:2.0.50727.3082
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace Microsoft.Scripting.Math {
using System;
///
/// A strongly-typed resource class, for looking up localized strings, etc.
///
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class MathResources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal MathResources() {
}
///
/// Returns the cached ResourceManager instance used by this class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ScriptNET.IronyLibrary.Microsoft.MathResources", typeof(MathResources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
///
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
///
/// Looks up a localized string similar to big integer won't fit into byte.
///
internal static string BigIntWontFitByte {
get {
return ResourceManager.GetString("BigIntWontFitByte", resourceCulture);
}
}
///
/// Looks up a localized string similar to big integer won't fit into char.
///
internal static string BigIntWontFitChar {
get {
return ResourceManager.GetString("BigIntWontFitChar", resourceCulture);
}
}
///
/// Looks up a localized string similar to big integer won't fit into decimal.
///
internal static string BigIntWontFitDecimal {
get {
return ResourceManager.GetString("BigIntWontFitDecimal", resourceCulture);
}
}
///
/// Looks up a localized string similar to big integer won't fit into int.
///
internal static string BigIntWontFitInt {
get {
return ResourceManager.GetString("BigIntWontFitInt", resourceCulture);
}
}
///
/// Looks up a localized string similar to big integer won't fit into long.
///
internal static string BigIntWontFitLong {
get {
return ResourceManager.GetString("BigIntWontFitLong", resourceCulture);
}
}
///
/// Looks up a localized string similar to big integer won't fit into sbyte.
///
internal static string BigIntWontFitSByte {
get {
return ResourceManager.GetString("BigIntWontFitSByte", resourceCulture);
}
}
///
/// Looks up a localized string similar to big integer won't fit into short.
///
internal static string BigIntWontFitShort {
get {
return ResourceManager.GetString("BigIntWontFitShort", resourceCulture);
}
}
///
/// Looks up a localized string similar to big integer won't fit into uint.
///
internal static string BigIntWontFitUInt {
get {
return ResourceManager.GetString("BigIntWontFitUInt", resourceCulture);
}
}
///
/// Looks up a localized string similar to big integer won't fit into ulong.
///
internal static string BigIntWontFitULong {
get {
return ResourceManager.GetString("BigIntWontFitULong", resourceCulture);
}
}
///
/// Looks up a localized string similar to big integer won't fit into ushort.
///
internal static string BigIntWontFitUShort {
get {
return ResourceManager.GetString("BigIntWontFitUShort", resourceCulture);
}
}
///
/// Looks up a localized string similar to complex division by zero.
///
internal static string ComplexDivizionByZero {
get {
return ResourceManager.GetString("ComplexDivizionByZero", resourceCulture);
}
}
///
/// Looks up a localized string similar to expected integer.
///
internal static string ExpectedInteger {
get {
return ResourceManager.GetString("ExpectedInteger", resourceCulture);
}
}
///
/// Looks up a localized string similar to format not implemented.
///
internal static string FormatNotImplemented {
get {
return ResourceManager.GetString("FormatNotImplemented", resourceCulture);
}
}
///
/// Looks up a localized string similar to invalid argument.
///
internal static string InvalidArgument {
get {
return ResourceManager.GetString("InvalidArgument", resourceCulture);
}
}
///
/// Looks up a localized string similar to power must be >= 0.
///
internal static string NonNegativePower {
get {
return ResourceManager.GetString("NonNegativePower", resourceCulture);
}
}
///
/// Looks up a localized string similar to radix must be <= 36.
///
internal static string RadixGreaterThan36 {
get {
return ResourceManager.GetString("RadixGreaterThan36", resourceCulture);
}
}
///
/// Looks up a localized string similar to radix must be >= 2.
///
internal static string RadixLessThan2 {
get {
return ResourceManager.GetString("RadixLessThan2", resourceCulture);
}
}
}
}