RectangleNTNumeric Structure

Definition

Namespace: Jodosoft.Geometry
Assembly: Jodosoft.Geometry (in Jodosoft.Geometry.dll) Version: 2.0
[SerializableAttribute]
public readonly struct RectangleN<TNumeric> : IEquatable<RectangleN<TNumeric>>, 
	IFormattable, IProvider<IBinaryIO<RectangleN<TNumeric>>>, IProvider<IVariantRandom<RectangleN<TNumeric>>>, 
	ISerializable
where TNumeric : struct, new(), INumeric<TNumeric>
Inheritance
Object    ValueType    RectangleNTNumeric
Implements
IProviderIBinaryIORectangleNTNumeric, IProviderIVariantRandomRectangleNTNumeric, IEquatableRectangleNTNumeric, IFormattable, ISerializable

Type Parameters

TNumeric

Constructors

RectangleNTNumericInitializes a new instance of the RectangleNTNumeric class

Properties

Methods

Operators

Fields

Extension Methods

Explicit Interface Implementations

IProviderIBinaryIORectangleNTNumericGetInstance Returns an instance of T.
IProviderIVariantRandomRectangleNTNumericGetInstance Returns an instance of T.
ISerializableGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.

See Also