namespace Skeleton.Algebra.ScalarFieldStructure; /// /// /// /// public static class StaticAccess { /// /// /// public static T AdditionUnit { get; set; } /// /// /// public static T MultiplicationUnit { get; set; } /// /// /// public static FieldStructure Structure { get; set; } }