[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| TriangleNTNumeric | Initializes a new instance of the TriangleNTNumeric class |
| ConvertTResult | |
| Equals(Object) | (Overrides ValueTypeEquals(Object)) |
| Equals(TriangleNTNumeric) | |
| GetArea | |
| GetBounds | |
| GetCenter | |
| GetHashCode | (Overrides ValueTypeGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | (Overrides ValueTypeToString) |
| ToString(String, IFormatProvider) | |
| Translate |
| IProviderIBinaryIOTriangleNTNumericGetInstance | Returns an instance of T. |
| IProviderIVariantRandomTriangleNTNumericGetInstance | Returns an instance of T. |
| ISerializableGetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. |