|
|
virtual void | Dispose () |
| |
|
unsafe | Const_Variant_MRPolynomialDouble0_MRPolynomialDouble1_MRPolynomialDouble2_MRPolynomialDouble3_MRPolynomialDouble4_MRPolynomialDouble5_MRPolynomialDouble6 () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_Variant_MRPolynomialDouble0_MRPolynomialDouble1_MRPolynomialDouble2_MRPolynomialDouble3_MRPolynomialDouble4_MRPolynomialDouble5_MRPolynomialDouble6 (MR.Std._ByValue_Variant_MRPolynomialDouble0_MRPolynomialDouble1_MRPolynomialDouble2_MRPolynomialDouble3_MRPolynomialDouble4_MRPolynomialDouble5_MRPolynomialDouble6 other) |
| | Constructs a copy of another instance. The source remains alive.
|
| |
|
unsafe ulong | index () |
| | Returns the index of the stored element type. In rare cases may return -1 if this variant is "valueless by exception".
|
| |
|
unsafe | Const_Variant_MRPolynomialDouble0_MRPolynomialDouble1_MRPolynomialDouble2_MRPolynomialDouble3_MRPolynomialDouble4_MRPolynomialDouble5_MRPolynomialDouble6 (MR._ByValue_Polynomial_Double_0 value, MR.Std.VariantIndex_0 tag=default) |
| | Constructs the variant storing the element 0, of type MR.Polynomial<double, 0>.
|
| |
|
unsafe | Const_Variant_MRPolynomialDouble0_MRPolynomialDouble1_MRPolynomialDouble2_MRPolynomialDouble3_MRPolynomialDouble4_MRPolynomialDouble5_MRPolynomialDouble6 (MR._ByValue_Polynomial_Double_1 value, MR.Std.VariantIndex_1 tag=default) |
| | Constructs the variant storing the element 1, of type MR.Polynomial<double, 1>.
|
| |
|
unsafe | Const_Variant_MRPolynomialDouble0_MRPolynomialDouble1_MRPolynomialDouble2_MRPolynomialDouble3_MRPolynomialDouble4_MRPolynomialDouble5_MRPolynomialDouble6 (MR._ByValue_Polynomial_Double_2 value, MR.Std.VariantIndex_2 tag=default) |
| | Constructs the variant storing the element 2, of type MR.Polynomial<double, 2>.
|
| |
|
unsafe | Const_Variant_MRPolynomialDouble0_MRPolynomialDouble1_MRPolynomialDouble2_MRPolynomialDouble3_MRPolynomialDouble4_MRPolynomialDouble5_MRPolynomialDouble6 (MR._ByValue_Polynomial_Double_3 value, MR.Std.VariantIndex_3 tag=default) |
| | Constructs the variant storing the element 3, of type MR.Polynomial<double, 3>.
|
| |
|
unsafe | Const_Variant_MRPolynomialDouble0_MRPolynomialDouble1_MRPolynomialDouble2_MRPolynomialDouble3_MRPolynomialDouble4_MRPolynomialDouble5_MRPolynomialDouble6 (MR._ByValue_Polynomial_Double_4 value, MR.Std.VariantIndex_4 tag=default) |
| | Constructs the variant storing the element 4, of type MR.Polynomial<double, 4>.
|
| |
|
unsafe | Const_Variant_MRPolynomialDouble0_MRPolynomialDouble1_MRPolynomialDouble2_MRPolynomialDouble3_MRPolynomialDouble4_MRPolynomialDouble5_MRPolynomialDouble6 (MR._ByValue_Polynomial_Double_5 value, MR.Std.VariantIndex_5 tag=default) |
| | Constructs the variant storing the element 5, of type MR.Polynomial<double, 5>.
|
| |
|
unsafe | Const_Variant_MRPolynomialDouble0_MRPolynomialDouble1_MRPolynomialDouble2_MRPolynomialDouble3_MRPolynomialDouble4_MRPolynomialDouble5_MRPolynomialDouble6 (MR._ByValue_Polynomial_Double_6 value, MR.Std.VariantIndex_6 tag=default) |
| | Constructs the variant storing the element 6, of type MR.Polynomial<double, 6>.
|
| |
|
unsafe MR.? Const_Polynomial_Double_0 | getMRPolynomialDouble0 () |
| | Returns the element 0, of type MR.Polynomial<double, 0>, read-only. If it's not the active element, returns null.
|
| |
|
unsafe MR.? Const_Polynomial_Double_1 | getMRPolynomialDouble1 () |
| | Returns the element 1, of type MR.Polynomial<double, 1>, read-only. If it's not the active element, returns null.
|
| |
|
unsafe MR.? Const_Polynomial_Double_2 | getMRPolynomialDouble2 () |
| | Returns the element 2, of type MR.Polynomial<double, 2>, read-only. If it's not the active element, returns null.
|
| |
|
unsafe MR.? Const_Polynomial_Double_3 | getMRPolynomialDouble3 () |
| | Returns the element 3, of type MR.Polynomial<double, 3>, read-only. If it's not the active element, returns null.
|
| |
|
unsafe MR.? Const_Polynomial_Double_4 | getMRPolynomialDouble4 () |
| | Returns the element 4, of type MR.Polynomial<double, 4>, read-only. If it's not the active element, returns null.
|
| |
|
unsafe MR.? Const_Polynomial_Double_5 | getMRPolynomialDouble5 () |
| | Returns the element 5, of type MR.Polynomial<double, 5>, read-only. If it's not the active element, returns null.
|
| |
|
unsafe MR.? Const_Polynomial_Double_6 | getMRPolynomialDouble6 () |
| | Returns the element 6, of type MR.Polynomial<double, 6>, read-only. If it's not the active element, returns null.
|
| |
Stores one of 7 objects: MR.Polynomial<double, 0>, MR.Polynomial<double, 1>, MR.Polynomial<double, 2>, MR.Polynomial<double, 3>, MR.Polynomial<double, 4>, MR.Polynomial<double, 5>, MR.Polynomial<double, 6>. This is the const half of the class.