[SerializableAttribute]
public readonly struct TriangleN<TNumeric> : IEquatable<TriangleN<TNumeric>>,
IFormattable, IProvider<IBinaryIO<TriangleN<TNumeric>>>, IProvider<IVariantRandom<TriangleN<TNumeric>>>,
ISerializable
where TNumeric : struct, new(), INumeric<TNumeric>
<SerializableAttribute>
Public Structure TriangleN(Of TNumeric As {Structure, New, INumeric(Of TNumeric)})
Implements IEquatable(Of TriangleN(Of TNumeric)),
IFormattable, IProvider(Of IBinaryIO(Of TriangleN(Of TNumeric))),
IProvider(Of IVariantRandom(Of TriangleN(Of TNumeric))),
ISerializable
[SerializableAttribute]
generic<typename TNumeric>
where TNumeric : value class, gcnew(), INumeric<TNumeric>
public value class TriangleN : IEquatable<TriangleN<TNumeric>>,
IFormattable, IProvider<IBinaryIO<TriangleN<TNumeric>>^>, IProvider<IVariantRandom<TriangleN<TNumeric>>^>,
ISerializable
[<SealedAttribute>]
[<SerializableAttribute>]
type TriangleN<'TNumeric when 'TNumeric : struct, new() and INumeric<'TNumeric>> =
struct
inherit ValueType
interface IEquatable<TriangleN<'TNumeric>>
interface IFormattable
interface IProvider<IBinaryIO<TriangleN<'TNumeric>>>
interface IProvider<IVariantRandom<TriangleN<'TNumeric>>>
interface ISerializable
end
TriangleN<TNumeric> | Initializes a new instance of the TriangleN<TNumeric> class |
Convert<TResult> | |
Equals(Object) | (Overrides ValueType.Equals(Object)) |
Equals(TriangleN<TNumeric>) | |
GetArea | |
GetBounds | |
GetCenter | |
GetHashCode | (Overrides ValueType.GetHashCode()) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString() | (Overrides ValueType.ToString()) |
ToString(String, IFormatProvider) | |
Translate |
Equality(TriangleN<TNumeric>, TriangleN<TNumeric>) | |
Inequality(TriangleN<TNumeric>, TriangleN<TNumeric>) |
IProvider<IBinaryIO<TriangleN<TNumeric>>>.GetInstance() | Returns an instance of T. |
IProvider<IVariantRandom<TriangleN<TNumeric>>>.GetInstance() | Returns an instance of T. |
ISerializable.GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. |